#F10E9A

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

Shades of Hollywood Cerise #F10E9A

Tints of Hollywood Cerise #F10E9A

Color information

#F10E9A (or 0xF10E9A) is unknown color: approx Hollywood Cerise. HEX triplet: F1, 0E and 9A. RGB value is (241,14,154). Sum of RGB (Red+Green+Blue) = 241+14+154=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10E9A is #0EF165. Grayscale: #616161. Windows color (decimal): -979302 or 10096369. OLE color: 10096369.

HSL color Cylindrical-coordinate representation of color #F10E9A: hue angle of 323º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E9A is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB24114154-
CMYK00.940.360.05
HSL323º89.02%50%-
HSV(B)323º94.19%94.51%-
XYZ42.2721.3532.46-
YUV97.83159.71230.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 14 (5.86% from 255) = 3.42%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=58.92%
G=3.42%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411415400.940.360.0532389.0250
HexF1E9A05E2451435932
Octal36116232013644550313162
Binary11110001111010011010010111101001001011010000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10E9A; }

 p { color: rgb(241,14,154); }

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

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

 a { background-color: rgb(241,14,154); }

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

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

 span { border-color: rgb(241,14,154); }

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