Html Css Color HEX #F00EA2 Hollywood Cerise

📋 copy color: '#F00EA2'

red 240 ◦ green 14 ◦ blue 162

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

Shades of Hollywood Cerise #F00EA2

Tints of Hollywood Cerise #F00EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 57.69%
G = 3.37%
B = 38.94%

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

#F00EA2 (or 0xF00EA2) is known color: Hollywood Cerise. HEX triplet: F0, 0E and A2. RGB value is (240,14,162). Sum of RGB (Red+Green+Blue) = 240+14+162=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EA2 is #0FF15D. Grayscale: #626262. Windows color (decimal): -1044830 or 10620656. OLE color: 10620656.

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

Color convert

RGB 240 14 162 -
CMYK 0 0.94 0.32 0.06
HSL 320.71º 0.89% 0.5% -
HSV(B) 320.71º 0.94% 0.94% -
XYZ 42.61 21.45 36.08 -
YUV 98.45 163.87 228.97 -
System Red Green Blue C M Y K H S L
Decimal 240 14 162 0 0.94 0.32 0.06 320.71 0.89 0.5
Hex F0 E A2 0 5E 20 6 141 59 32
Octal 360 16 242 0 136 40 6 501 131 62
Binary 11110000 1110 10100010 0 1011110 100000 110 101000001 1011001 110010

Color Harmonies of #F00EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EA2

Black with #F00EA2

Text Example


Text Example

White with #F00EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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