Html Css Color HEX #F00181 Deep Pink

📋 copy color: '#F00181'

red 240 ◦ green 1 ◦ blue 129

#F00181
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F00181

Tints of Deep Pink #F00181

RGB

 RED value IS 240 (94.14% from 255) = 64.86%

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 64.86%
G = 0.27%
B = 34.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F00181 (or 0xF00181) is known color: Deep Pink. HEX triplet: F0, 01 and 81. RGB value is (240,1,129). Sum of RGB (Red+Green+Blue) = 240+1+129=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F00181 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00181 is #0FFE7E. Grayscale: #565656. Windows color (decimal): -1048191 or 8454640. OLE color: 8454640.

HSL color Cylindrical-coordinate representation of color #F00181: hue angle of 327.87º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00181 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 129 -
CMYK 0 1.00 0.46 0.06
HSL 327.87º 0.99% 0.47% -
HSV(B) 327.87º 1% 0.94% -
XYZ 39.91 20.13 22.55 -
YUV 87.05 151.68 237.09 -
System Red Green Blue C M Y K H S L
Decimal 240 1 129 0 1.00 0.46 0.06 327.87 0.99 0.47
Hex F0 1 81 0 64 2E 6 148 63 2F
Octal 360 1 201 0 144 56 6 510 143 57
Binary 11110000 1 10000001 0 1100100 101110 110 101001000 1100011 101111

Color Harmonies of #F00181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00181

Black with #F00181

Text Example


Text Example

White with #F00181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00181; }

 p { color: rgb(240,1,129); }

 H1.HeaderClassName
 {
   color: #F00181;
 }
 .AnyTagClassName
 {
   color: #F00181;
 }
</style>

background-color css

<style>
 a { background-color: #F00181; }

 a { background-color: rgb(240,1,129); }

 div.DivClassName
 {
   background-color: #F00181;
 }
 .BgClassName
 {
   background-color: #F00181;
 }
</style>

border-color css

<style>
 span { border-color: #F00181; }

 span { border-color: rgb(240,1,129); }

 td.TdClassName
 {
   border-color: #F00181;
 }
 .TagClassName
 {
   border-color: #F00181;
 }
</style>