#FF009F

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

Shades of Hollywood Cerise #FF009F

Tints of Hollywood Cerise #FF009F

Color information

#FF009F (or 0xFF009F) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 00 and 9F. RGB value is (255,0,159). Sum of RGB (Red+Green+Blue) = 255+0+159=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF009F is #00FF60. Grayscale: #5D5D5D. Windows color (decimal): -65377 or 10420479. OLE color: 10420479.

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

Color convert

RGB2550159-
CMYK010.380
HSL322.59º100%50%-
HSV(B)322.59º100%100%-
XYZ47.523.7634.88-
YUV94.37164.48242.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=61.59%
G=0%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550159010.380322.5910050
HexFF09F0642601436432
Octal3770237014446050314462
Binary111111110100111110110010010011001010000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF009F; }

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

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

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

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

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

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

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

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