#F00B9E

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

Shades of Hollywood Cerise #F00B9E

Tints of Hollywood Cerise #F00B9E

Color information

#F00B9E (or 0xF00B9E) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 0B and 9E. RGB value is (240,11,158). Sum of RGB (Red+Green+Blue) = 240+11+158=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00B9E is #0FF461. Grayscale: #5F5F5F. Windows color (decimal): -1045602 or 10357744. OLE color: 10357744.

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

Color convert

RGB24011158-
CMYK00.950.340.06
HSL321.48º91.24%49.22%-
HSV(B)321.48º95.42%94.12%-
XYZ42.2321.2334.22-
YUV96.23162.87230.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.68%
GREEN value IS 11 (4.69% from 255) = 2.69%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=58.68%
G=2.69%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401115800.950.340.06321.4891.2449.22
HexF0B9E05F2261415b31
Octal36013236013742650113361
Binary11110000101110011110010111111000101101010000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00B9E; }

 p { color: rgb(240,11,158); }

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

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

 a { background-color: rgb(240,11,158); }

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

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

 span { border-color: rgb(240,11,158); }

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