Html Css Color HEX #FF09A0 Hollywood Cerise

📋 copy color: '#FF09A0'

red 255 ◦ green 9 ◦ blue 160

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

Shades of Hollywood Cerise #FF09A0

Tints of Hollywood Cerise #FF09A0

RGB

 RED value IS 255 (100% from 255) = 60.14%

 GREEN value IS 9 (3.91% from 255) = 2.12%

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 60.14%
G = 2.12%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF09A0 (or 0xFF09A0) is known color: Hollywood Cerise. HEX triplet: FF, 09 and A0. RGB value is (255,9,160). Sum of RGB (Red+Green+Blue) = 255+9+160=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF09A0 is #00F65F. Grayscale: #636363. Windows color (decimal): -63072 or 10488319. OLE color: 10488319.

HSL color Cylindrical-coordinate representation of color #FF09A0: hue angle of 323.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 9 160 -
CMYK 0 0.96 0.37 0
HSL 323.17º 1% 0.52% -
HSV(B) 323.17º 0.96% 1% -
XYZ 47.68 23.99 35.38 -
YUV 99.77 162 238.72 -
System Red Green Blue C M Y K H S L
Decimal 255 9 160 0 0.96 0.37 0 323.17 1 0.52
Hex FF 9 A0 0 60 25 0 143 64 34
Octal 377 11 240 0 140 45 0 503 144 64
Binary 11111111 1001 10100000 0 1100000 100101 0 101000011 1100100 110100

Color Harmonies of #FF09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF09A0

Black with #FF09A0

Text Example


Text Example

White with #FF09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF09A0; }

 p { color: rgb(255,9,160); }

 H1.HeaderClassName
 {
   color: #FF09A0;
 }
 .AnyTagClassName
 {
   color: #FF09A0;
 }
</style>

background-color css

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

 a { background-color: rgb(255,9,160); }

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

border-color css

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

 span { border-color: rgb(255,9,160); }

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