#FF009A

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

Shades of Hollywood Cerise #FF009A

Tints of Hollywood Cerise #FF009A

Color information

#FF009A (or 0xFF009A) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 00 and 9A. RGB value is (255,0,154). Sum of RGB (Red+Green+Blue) = 255+0+154=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF009A is #00FF65. Grayscale: #5D5D5D. Windows color (decimal): -65382 or 10092799. OLE color: 10092799.

HSL color Cylindrical-coordinate representation of color #FF009A: hue angle of 323.76º 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 #FF009A is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB2550154-
CMYK010.400
HSL323.76º100%50%-
HSV(B)323.76º100%100%-
XYZ47.0723.5932.64-
YUV93.8161.98242.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=62.35%
G=0%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550154010.400323.7610050
HexFF09A0642801446432
Octal3770232014450050414462
Binary111111110100110100110010010100001010001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF009A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF009A; }

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

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

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

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

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

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

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

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