#F00EA0

Color #F00EA0 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F00EA0

Tints of Hollywood Cerise #F00EA0

Color information

#F00EA0 (or 0xF00EA0) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 0E and A0. RGB value is (240,14,160). Sum of RGB (Red+Green+Blue) = 240+14+160=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EA0 is #0FF15F. Grayscale: #616161. Windows color (decimal): -1044832 or 10489584. OLE color: 10489584.

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

Color convert

RGB24014160-
CMYK00.940.330.06
HSL321.24º88.98%49.8%-
HSV(B)321.24º94.17%94.12%-
XYZ42.4421.3835.15-
YUV98.22162.87229.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.97%
GREEN value IS 14 (5.86% from 255) = 3.38%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=57.97%
G=3.38%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401416000.940.330.06321.2488.9849.8
HexF0EA005E2161415932
Octal36016240013641650113162
Binary11110000111010100000010111101000011101010000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00EA0; }

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

 H1.HeaderClassName
 {
   color: #F00EA0;
 }
 .AnyTagClassName
 {
   color: #F00EA0;
 }
</style>
background-color css

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

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

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

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

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

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