#FF009B

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

Shades of Hollywood Cerise #FF009B

Tints of Hollywood Cerise #FF009B

Color information

#FF009B (or 0xFF009B) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 00 and 9B. RGB value is (255,0,155). Sum of RGB (Red+Green+Blue) = 255+0+155=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF009B is #00FF64. Grayscale: #5D5D5D. Windows color (decimal): -65381 or 10158335. OLE color: 10158335.

HSL color Cylindrical-coordinate representation of color #FF009B: hue angle of 323.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF009B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB2550155-
CMYK010.390
HSL323.53º100%50%-
HSV(B)323.53º100%100%-
XYZ47.1623.6333.09-
YUV93.92162.48242.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=62.20%
G=0%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550155010.390323.5310050
HexFF09B0642701446432
Octal3770233014447050414462
Binary111111110100110110110010010011101010001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF009B; }

 p { color: rgb(255,0,155); }

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

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

 a { background-color: rgb(255,0,155); }

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

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

 span { border-color: rgb(255,0,155); }

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