Color Hex Logo

#f26fdd Color Hex

#F26FDD
(242,111,221)
0 Favorites   0 Comments

Color spaces of #f26fdd

RGB 242111221
HSL0.860.830.69
HSV310°54°95°
CMYK 0.000.540.09   0.05
XYZ55.353535.466672.3349
Yxy35.46660.33930.2174
Hunter Lab59.553861.6911-30.3267
CIE-Lab66.110363.6233-32.9427

#f26fdd color RGB value is (242,111,221).

#f26fdd hex color red value is 242, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f26fdd hue: 0.86 , saturation: 0.83 and the lightness value of f26fdd is 0.69.

The process color (four color CMYK) of #f26fdd color hex is 0.00, 0.54, 0.09, 0.05. Web safe color of #f26fdd is #ff66cc. Color #f26fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101111 11011101
Octal 362 157 335
Decimal 242 111 221
Hex F2 6F DD

RGB Percentages of Color #f26fdd

%42.16
%19.34
%38.50

CMYK Percentages of Color #f26fdd

%0
%54
%9
%5

Triadic Colors of #f26fdd

#f26fdd #ddf26f #6fddf2

Analogous Colors of #f26fdd

#f26fdd #f26f9c #c66ff2

Monochromatic Colors of #f26fdd

#f26fdd

Complementary Color

#f26fdd #6ff284

#f26fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26fdd Color CSS Codes

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

#f26fdd Text Font Color

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

This sample text font color is #f26fdd
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.


#f26fdd Background Color

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

This div background color is #f26fdd


#f26fdd Border Color

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

This div border color is #f26fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,111,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 #f26fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26fdd


Comments

No comments written yet.

Please login to write comment.