Html Css Color HEX #FF01AA Hollywood Cerise

📋 copy color: '#FF01AA'

red 255 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #FF01AA

Tints of Hollywood Cerise #FF01AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 59.86%
G = 0.23%
B = 39.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF01AA (or 0xFF01AA) is known color: Hollywood Cerise. HEX triplet: FF, 01 and AA. RGB value is (255,1,170). Sum of RGB (Red+Green+Blue) = 255+1+170=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF01AA is #00FE55. Grayscale: #5F5F5F. Windows color (decimal): -65110 or 11141631. OLE color: 11141631.

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

Color convert

RGB 255 1 170 -
CMYK 0 1.00 0.33 0
HSL 320.08º 1% 0.5% -
HSV(B) 320.08º 1% 1% -
XYZ 48.51 24.18 40.14 -
YUV 96.21 169.65 241.26 -
System Red Green Blue C M Y K H S L
Decimal 255 1 170 0 1.00 0.33 0 320.08 1 0.5
Hex FF 1 AA 0 64 21 0 140 64 32
Octal 377 1 252 0 144 41 0 500 144 62
Binary 11111111 1 10101010 0 1100100 100001 0 101000000 1100100 110010

Color Harmonies of #FF01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01AA

Black with #FF01AA

Text Example


Text Example

White with #FF01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01AA; }

 p { color: rgb(255,1,170); }

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

background-color css

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

 a { background-color: rgb(255,1,170); }

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

border-color css

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

 span { border-color: rgb(255,1,170); }

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