Html Css Color HEX #FF009E Hollywood Cerise

📋 copy color: '#FF009E'

red 255 ◦ green 0 ◦ blue 158

#FF009E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #FF009E

Tints of Hollywood Cerise #FF009E

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 value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF009E (or 0xFF009E) is known color: 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

RGB 255 0 158 -
CMYK 0 1 0.38 0
HSL 322.82º 1% 0.5% -
HSV(B) 322.82º 1% 1% -
XYZ 47.41 23.73 34.43 -
YUV 94.26 163.98 242.65 -
System Red Green Blue C M Y K H S L
Decimal 255 0 158 0 1 0.38 0 322.82 1 0.5
Hex FF 0 9E 0 64 26 0 143 64 32
Octal 377 0 236 0 144 46 0 503 144 62
Binary 11111111 0 10011110 0 1100100 100110 0 101000011 1100100 110010

Color Harmonies of #FF009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF009E

Black with #FF009E

Text Example


Text Example

White with #FF009E

Text Example


Text Example

HTML Codes & Css Web 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>