Color Hex Logo

#f04fcb Color Hex

#F04FCB
(240,79,203)
0 Favorites   0 Comments

Color spaces of #f04fcb

RGB 24079203
HSL0.870.840.63
HSV314°67°94°
CMYK 0.000.670.15   0.06
XYZ49.510728.429059.3778
Yxy28.42900.36060.2070
Hunter Lab53.318972.4431-28.7043
CIE-Lab60.274473.5376-31.8922

#f04fcb color RGB value is (240,79,203).

#f04fcb hex color red value is 240, green value is 79 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f04fcb hue: 0.87 , saturation: 0.84 and the lightness value of f04fcb is 0.63.

The process color (four color CMYK) of #f04fcb color hex is 0.00, 0.67, 0.15, 0.06. Web safe color of #f04fcb is #ff66cc. Color #f04fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001111 11001011
Octal 360 117 313
Decimal 240 79 203
Hex F0 4F CB

RGB Percentages of Color #f04fcb

%45.98
%15.13
%38.89

CMYK Percentages of Color #f04fcb

%0
%67
%15
%6

Triadic Colors of #f04fcb

#f04fcb #cbf04f #4fcbf0

Analogous Colors of #f04fcb

#f04fcb #f04f7b #c54ff0

Monochromatic Colors of #f04fcb

#f04fcb

Complementary Color

#f04fcb #4ff074

#f04fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04fcb Color CSS Codes

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

#f04fcb Text Font Color

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

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


#f04fcb Background Color

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

This div background color is #f04fcb


#f04fcb Border Color

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

This div border color is #f04fcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,79,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04fcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04fcb;
  -webkit-box-shadow: 1px 1px 3px 2px #f04fcb;
  box-shadow:         1px 1px 3px 2px #f04fcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,79,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04fcb

#f04fcb Color Palettes


Comments

No comments written yet.

Please login to write comment.