Color Hex Logo

#f801cb Color Hex

#F801CB
(248,1,203)
0 Favorites   0 Comments

Color spaces of #f801cb

RGB 2481203
HSL0.860.990.49
HSV311°100°97°
CMYK 0.001.000.18   0.03
XYZ49.501724.290058.5793
Yxy24.29000.37400.1835
Hunter Lab49.284993.0367-35.9718
CIE-Lab56.377090.3122-37.8761

#f801cb color RGB value is (248,1,203).

#f801cb hex color red value is 248, green value is 1 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f801cb hue: 0.86 , saturation: 0.99 and the lightness value of f801cb is 0.49.

The process color (four color CMYK) of #f801cb color hex is 0.00, 1.00, 0.18, 0.03. Web safe color of #f801cb is #ff00cc. Color #f801cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000001 11001011
Octal 370 1 313
Decimal 248 1 203
Hex F8 1 CB

RGB Percentages of Color #f801cb

%54.87
%0.22
%44.91

CMYK Percentages of Color #f801cb

%0
%100
%18
%3

Triadic Colors of #f801cb

#f801cb #cbf801 #01cbf8

Analogous Colors of #f801cb

#f801cb #f80150 #aa01f8

Monochromatic Colors of #f801cb

#f801cb

Complementary Color

#f801cb #01f82e

#f801cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f801cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f801cb Color CSS Codes

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

#f801cb Text Font Color

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

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


#f801cb Background Color

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

This div background color is #f801cb


#f801cb Border Color

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

This div border color is #f801cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f801cb


Comments

No comments written yet.

Please login to write comment.