#F00EA1

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

Shades of Hollywood Cerise #F00EA1

Tints of Hollywood Cerise #F00EA1

Color information

#F00EA1 (or 0xF00EA1) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 0E and A1. RGB value is (240,14,161). Sum of RGB (Red+Green+Blue) = 240+14+161=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EA1 is #0FF15E. Grayscale: #616161. Windows color (decimal): -1044831 or 10555120. OLE color: 10555120.

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

Color convert

RGB24014161-
CMYK00.940.330.06
HSL320.97º88.98%49.8%-
HSV(B)320.97º94.17%94.12%-
XYZ42.5321.4135.61-
YUV98.33163.37229.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.83%
GREEN value IS 14 (5.86% from 255) = 3.37%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=57.83%
G=3.37%
B=38.80%

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
Decimal2401416100.940.330.06320.9788.9849.8
HexF0EA105E2161415932
Octal36016241013641650113162
Binary11110000111010100001010111101000011101010000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00EA1; }

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

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

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

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

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

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

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

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