Html Css Color HEX #F00EA4 Hollywood Cerise

📋 copy color: '#F00EA4'

red 240 ◦ green 14 ◦ blue 164

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

Shades of Hollywood Cerise #F00EA4

Tints of Hollywood Cerise #F00EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 57.42%
G = 3.35%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F00EA4 (or 0xF00EA4) is known color: Hollywood Cerise. HEX triplet: F0, 0E and A4. RGB value is (240,14,164). Sum of RGB (Red+Green+Blue) = 240+14+164=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EA4 is #0FF15B. Grayscale: #626262. Windows color (decimal): -1044828 or 10751728. OLE color: 10751728.

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

Color convert

RGB 240 14 164 -
CMYK 0 0.94 0.32 0.06
HSL 320.18º 0.89% 0.5% -
HSV(B) 320.18º 0.94% 0.94% -
XYZ 42.79 21.52 37.02 -
YUV 98.67 164.87 228.8 -
System Red Green Blue C M Y K H S L
Decimal 240 14 164 0 0.94 0.32 0.06 320.18 0.89 0.5
Hex F0 E A4 0 5E 20 6 140 59 32
Octal 360 16 244 0 136 40 6 500 131 62
Binary 11110000 1110 10100100 0 1011110 100000 110 101000000 1011001 110010

Color Harmonies of #F00EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EA4

Black with #F00EA4

Text Example


Text Example

White with #F00EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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