Html Css Color HEX #F00979 Deep Pink

📋 copy color: '#F00979'

red 240 ◦ green 9 ◦ blue 121

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

Shades of Deep Pink #F00979

Tints of Deep Pink #F00979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

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

R = 64.86%
G = 2.43%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F00979 (or 0xF00979) is known color: Deep Pink. HEX triplet: F0, 09 and 79. RGB value is (240,9,121). Sum of RGB (Red+Green+Blue) = 240+9+121=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F00979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00979 is #0FF686. Grayscale: #5A5A5A. Windows color (decimal): -1046151 or 7932400. OLE color: 7932400.

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

Color convert

RGB 240 9 121 -
CMYK 0 0.96 0.50 0.06
HSL 330.91º 0.93% 0.49% -
HSV(B) 330.91º 0.96% 0.94% -
XYZ 39.48 20.1 19.89 -
YUV 90.84 145.03 234.39 -
System Red Green Blue C M Y K H S L
Decimal 240 9 121 0 0.96 0.50 0.06 330.91 0.93 0.49
Hex F0 9 79 0 60 32 6 14B 5D 31
Octal 360 11 171 0 140 62 6 513 135 61
Binary 11110000 1001 1111001 0 1100000 110010 110 101001011 1011101 110001

Color Harmonies of #F00979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00979

Black with #F00979

Text Example


Text Example

White with #F00979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00979; }

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

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

background-color css

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

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

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

border-color css

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

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

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