Html Css Color HEX #FF009A Hollywood Cerise

📋 copy color: '#FF009A'

red 255 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #FF009A

Tints of Hollywood Cerise #FF009A

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

 M value IS 1

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 0 154 -
CMYK 0 1 0.40 0
HSL 323.76º 1% 0.5% -
HSV(B) 323.76º 1% 1% -
XYZ 47.07 23.59 32.64 -
YUV 93.8 161.98 242.98 -
System Red Green Blue C M Y K H S L
Decimal 255 0 154 0 1 0.40 0 323.76 1 0.5
Hex FF 0 9A 0 64 28 0 144 64 32
Octal 377 0 232 0 144 50 0 504 144 62
Binary 11111111 0 10011010 0 1100100 101000 0 101000100 1100100 110010

Color Harmonies of #FF009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF009A

Black with #FF009A

Text Example


Text Example

White with #FF009A

Text Example


Text Example

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