Html Css Color HEX #F00E8C Deep Pink

📋 copy color: '#F00E8C'

red 240 ◦ green 14 ◦ blue 140

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

Shades of Deep Pink #F00E8C

Tints of Deep Pink #F00E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 60.91%
G = 3.55%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F00E8C (or 0xF00E8C) is known color: Deep Pink. HEX triplet: F0, 0E and 8C. RGB value is (240,14,140). Sum of RGB (Red+Green+Blue) = 240+14+140=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00E8C is #0FF173. Grayscale: #5F5F5F. Windows color (decimal): -1044852 or 9178864. OLE color: 9178864.

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

Color convert

RGB 240 14 140 -
CMYK 0 0.94 0.42 0.06
HSL 326.55º 0.89% 0.5% -
HSV(B) 326.55º 0.94% 0.94% -
XYZ 40.83 20.73 26.66 -
YUV 95.94 152.87 230.75 -
System Red Green Blue C M Y K H S L
Decimal 240 14 140 0 0.94 0.42 0.06 326.55 0.89 0.5
Hex F0 E 8C 0 5E 2A 6 147 59 32
Octal 360 16 214 0 136 52 6 507 131 62
Binary 11110000 1110 10001100 0 1011110 101010 110 101000111 1011001 110010

Color Harmonies of #F00E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00E8C

Black with #F00E8C

Text Example


Text Example

White with #F00E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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