Html Css Color HEX #FF09A5 Hollywood Cerise

📋 copy color: '#FF09A5'

red 255 ◦ green 9 ◦ blue 165

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

Shades of Hollywood Cerise #FF09A5

Tints of Hollywood Cerise #FF09A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 59.44%
G = 2.1%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF09A5 (or 0xFF09A5) is known color: Hollywood Cerise. HEX triplet: FF, 09 and A5. RGB value is (255,9,165). Sum of RGB (Red+Green+Blue) = 255+9+165=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF09A5 is #00F65A. Grayscale: #636363. Windows color (decimal): -63067 or 10815999. OLE color: 10815999.

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

Color convert

RGB 255 9 165 -
CMYK 0 0.96 0.35 0
HSL 321.95º 1% 0.52% -
HSV(B) 321.95º 0.96% 1% -
XYZ 48.13 24.17 37.73 -
YUV 100.34 164.5 238.32 -
System Red Green Blue C M Y K H S L
Decimal 255 9 165 0 0.96 0.35 0 321.95 1 0.52
Hex FF 9 A5 0 60 23 0 142 64 34
Octal 377 11 245 0 140 43 0 502 144 64
Binary 11111111 1001 10100101 0 1100000 100011 0 101000010 1100100 110100

Color Harmonies of #FF09A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF09A5

Black with #FF09A5

Text Example


Text Example

White with #FF09A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF09A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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