Html Css Color HEX #F00D79 Deep Pink

📋 copy color: '#F00D79'

red 240 ◦ green 13 ◦ blue 121

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

Shades of Deep Pink #F00D79

Tints of Deep Pink #F00D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.48%

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

R = 64.17%
G = 3.48%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F00D79 (or 0xF00D79) is known color: Deep Pink. HEX triplet: F0, 0D and 79. RGB value is (240,13,121). Sum of RGB (Red+Green+Blue) = 240+13+121=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00D79 is #0FF286. Grayscale: #5C5C5C. Windows color (decimal): -1045127 or 7933424. OLE color: 7933424.

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

Color convert

RGB 240 13 121 -
CMYK 0 0.95 0.50 0.06
HSL 331.45º 0.9% 0.5% -
HSV(B) 331.45º 0.95% 0.94% -
XYZ 39.53 20.19 19.9 -
YUV 93.19 143.71 232.72 -
System Red Green Blue C M Y K H S L
Decimal 240 13 121 0 0.95 0.50 0.06 331.45 0.9 0.5
Hex F0 D 79 0 5F 32 6 14B 5A 32
Octal 360 15 171 0 137 62 6 513 132 62
Binary 11110000 1101 1111001 0 1011111 110010 110 101001011 1011010 110010

Color Harmonies of #F00D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D79

Black with #F00D79

Text Example


Text Example

White with #F00D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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