Html Css Color HEX #F00879 Deep Pink

📋 copy color: '#F00879'

red 240 ◦ green 8 ◦ blue 121

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

Shades of Deep Pink #F00879

Tints of Deep Pink #F00879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 65.04%
G = 2.17%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F00879 (or 0xF00879) is known color: Deep Pink. HEX triplet: F0, 08 and 79. RGB value is (240,8,121). Sum of RGB (Red+Green+Blue) = 240+8+121=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F00879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00879 is #0FF786. Grayscale: #5A5A5A. Windows color (decimal): -1046407 or 7932144. OLE color: 7932144.

HSL color Cylindrical-coordinate representation of color #F00879: hue angle of 330.78º 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 #F00879 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 121 -
CMYK 0 0.97 0.50 0.06
HSL 330.78º 0.94% 0.49% -
HSV(B) 330.78º 0.97% 0.94% -
XYZ 39.47 20.08 19.88 -
YUV 90.25 145.36 234.81 -
System Red Green Blue C M Y K H S L
Decimal 240 8 121 0 0.97 0.50 0.06 330.78 0.94 0.49
Hex F0 8 79 0 61 32 6 14B 5E 31
Octal 360 10 171 0 141 62 6 513 136 61
Binary 11110000 1000 1111001 0 1100001 110010 110 101001011 1011110 110001

Color Harmonies of #F00879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00879

Black with #F00879

Text Example


Text Example

White with #F00879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00879; }

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

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

background-color css

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

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

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

border-color css

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

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

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