Html Css Color HEX #F00E79 Deep Pink

📋 copy color: '#F00E79'

red 240 ◦ green 14 ◦ blue 121

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

Shades of Deep Pink #F00E79

Tints of Deep Pink #F00E79

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.73%

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

R = 64%
G = 3.73%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F00E79 (or 0xF00E79) is known color: Deep Pink. HEX triplet: F0, 0E and 79. RGB value is (240,14,121). Sum of RGB (Red+Green+Blue) = 240+14+121=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E79 is #0FF186. Grayscale: #5D5D5D. Windows color (decimal): -1044871 or 7933680. OLE color: 7933680.

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

Color convert

RGB 240 14 121 -
CMYK 0 0.94 0.50 0.06
HSL 331.59º 0.89% 0.5% -
HSV(B) 331.59º 0.94% 0.94% -
XYZ 39.54 20.22 19.91 -
YUV 93.77 143.37 232.3 -
System Red Green Blue C M Y K H S L
Decimal 240 14 121 0 0.94 0.50 0.06 331.59 0.89 0.5
Hex F0 E 79 0 5E 32 6 14C 59 32
Octal 360 16 171 0 136 62 6 514 131 62
Binary 11110000 1110 1111001 0 1011110 110010 110 101001100 1011001 110010

Color Harmonies of #F00E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00E79

Black with #F00E79

Text Example


Text Example

White with #F00E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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