#FF009E

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

Shades of Hollywood Cerise #FF009E

Tints of Hollywood Cerise #FF009E

Color information

#FF009E (or 0xFF009E) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 00 and 9E. RGB value is (255,0,158). Sum of RGB (Red+Green+Blue) = 255+0+158=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF009E is #00FF61. Grayscale: #5D5D5D. Windows color (decimal): -65378 or 10354943. OLE color: 10354943.

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

Color convert

RGB2550158-
CMYK010.380
HSL322.82º100%50%-
HSV(B)322.82º100%100%-
XYZ47.4123.7334.43-
YUV94.26163.98242.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=61.74%
G=0%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550158010.380322.8210050
HexFF09E0642601436432
Octal3770236014446050314462
Binary111111110100111100110010010011001010000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF009E; }

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

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

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

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

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

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

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

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