Html Css Color HEX #F00881 Deep Pink

📋 copy color: '#F00881'

red 240 ◦ green 8 ◦ blue 129

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

Shades of Deep Pink #F00881

Tints of Deep Pink #F00881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.12%

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

R = 63.66%
G = 2.12%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F00881 (or 0xF00881) is known color: Deep Pink. HEX triplet: F0, 08 and 81. RGB value is (240,8,129). Sum of RGB (Red+Green+Blue) = 240+8+129=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00881 is #0FF77E. Grayscale: #5A5A5A. Windows color (decimal): -1046399 or 8456432. OLE color: 8456432.

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

Color convert

RGB 240 8 129 -
CMYK 0 0.97 0.46 0.06
HSL 328.71º 0.94% 0.49% -
HSV(B) 328.71º 0.97% 0.94% -
XYZ 39.98 20.28 22.58 -
YUV 91.16 149.36 234.16 -
System Red Green Blue C M Y K H S L
Decimal 240 8 129 0 0.97 0.46 0.06 328.71 0.94 0.49
Hex F0 8 81 0 61 2E 6 149 5E 31
Octal 360 10 201 0 141 56 6 511 136 61
Binary 11110000 1000 10000001 0 1100001 101110 110 101001001 1011110 110001

Color Harmonies of #F00881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00881

Black with #F00881

Text Example


Text Example

White with #F00881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00881; }

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

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

background-color css

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

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

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

border-color css

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

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

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