color codes Logo

#f910dd color codes

#F910DD
(249,16,221)
0 Favorites   0 Comments

Color spaces of #f910dd

RGB 24916221
HSL0.850.950.52
HSV307°94°98°
CMYK 0.000.940.11   0.02
XYZ52.303425.730870.6165
Yxy25.73080.35190.1731
Hunter Lab50.725595.2827-47.0315
CIE-Lab57.780691.7126-45.9113

#f910dd color RGB value is (249,16,221).

#f910dd hex color red value is 249, green value is 16 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f910dd hue: 0.85 , saturation: 0.95 and the lightness value of f910dd is 0.52.

The process color (four color CMYK) of #f910dd color code is 0.00, 0.94, 0.11, 0.02. Web safe color of #f910dd is #ff00cc. Color #f910dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 11011101
Octal 371 20 335
Decimal 249 16 221
Hex F9 10 DD

RGB Percentages of Color #f910dd

%51.23
%3.29
%45.47

CMYK Percentages of Color #f910dd

%0
%94
%11
%2

Triadic Colors of #f910dd

#f910dd #ddf910 #10ddf9

Analogous Colors of #f910dd

#f910dd #f91069 #a110f9

Monochromatic Colors of #f910dd

#f910dd

Complementary Color

#f910dd #10f92c

#f910dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f910dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f910dd Color CSS Codes

.mybgcolor {background-color:#f910dd; } 
.myforecolor {color:#f910dd; }
.mybordercolor {border:3px solid #f910dd; }

#f910dd Text Font Color

<p style="color:#f910dd">Text here</p>

This sample text font color is #f910dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f910dd Background Color

<div style="background-color:#f910dd">
Div content here</div>

This div background color is #f910dd


#f910dd Border Color

<div style="border:3px solid #f910dd">
Div here</div>

This div border color is #f910dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,16,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f910dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f910dd;
  -webkit-box-shadow: 1px 1px 3px 2px #f910dd;
  box-shadow:         1px 1px 3px 2px #f910dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,16,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f910dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f910dd;
  -webkit-box-shadow: 1px 1px 3px 2px #f910dd;
  box-shadow:         1px 1px 3px 2px #f910dd;">
Div content here</div>

This div box has shadow with color #f910dd


Comments

No comments written yet.

Please login to write comment.