#F00496

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

Shades of Hollywood Cerise #F00496

Tints of Hollywood Cerise #F00496

Color information

#F00496 (or 0xF00496) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 04 and 96. RGB value is (240,4,150). Sum of RGB (Red+Green+Blue) = 240+4+150=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F00496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00496 is #0FFB69. Grayscale: #5A5A5A. Windows color (decimal): -1047402 or 9831664. OLE color: 9831664.

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

Color convert

RGB2404150-
CMYK00.980.370.06
HSL322.88º96.72%47.84%-
HSV(B)322.88º98.33%94.12%-
XYZ41.4820.8130.69-
YUV91.21161.19234.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.91%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=60.91%
G=1.02%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240415000.980.370.06322.8896.7247.84
HexF04960622561436130
Octal3604226014245650314160
Binary1111000010010010110011000101001011101010000111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00496; }

 p { color: rgb(240,4,150); }

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

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

 a { background-color: rgb(240,4,150); }

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

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

 span { border-color: rgb(240,4,150); }

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