Html Css Color HEX #FF00AA Hollywood Cerise

📋 copy color: '#FF00AA'

red 255 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #FF00AA

Tints of Hollywood Cerise #FF00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF00AA (or 0xFF00AA) is known color: Hollywood Cerise. HEX triplet: FF, 00 and AA. RGB value is (255,0,170). Sum of RGB (Red+Green+Blue) = 255+0+170=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00AA is #00FF55. Grayscale: #5F5F5F. Windows color (decimal): -65366 or 11141375. OLE color: 11141375.

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

Color convert

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

Color Harmonies of #FF00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF00AA

Black with #FF00AA

Text Example


Text Example

White with #FF00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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