#F008A6

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

Shades of Hollywood Cerise #F008A6

Tints of Hollywood Cerise #F008A6

Color information

#F008A6 (or 0xF008A6) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 08 and A6. RGB value is (240,8,166). Sum of RGB (Red+Green+Blue) = 240+8+166=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F008A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F008A6 is #0FF759. Grayscale: #5E5E5E. Windows color (decimal): -1046362 or 10881264. OLE color: 10881264.

HSL color Cylindrical-coordinate representation of color #F008A6: hue angle of 319.14º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008A6 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB2408166-
CMYK00.970.310.06
HSL319.14º93.55%48.63%-
HSV(B)319.14º96.67%94.12%-
XYZ42.921.4537.96-
YUV95.38167.86231.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.97%
GREEN value IS 8 (3.52% from 255) = 1.93%
BLUE value IS 166 (65.23% from 255) = 40.10%
R=57.97%
G=1.93%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240816600.970.310.06319.1493.5548.63
HexF08A60611F613f5e31
Octal36010246014137647713661
Binary1111000010001010011001100001111111101001111111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F008A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F008A6; }

 p { color: rgb(240,8,166); }

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

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

 a { background-color: rgb(240,8,166); }

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

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

 span { border-color: rgb(240,8,166); }

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