#FF00AA

Color #FF00AA Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FF00AA

Tints of Hollywood Cerise #FF00AA

Color information

#FF00AA (or 0xFF00AA) is unknown color: approx 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

RGB2550170-
CMYK010.330
HSL320º100%50%-
HSV(B)320º100%100%-
XYZ48.524.1640.14-
YUV95.62169.98241.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550170010.33032010050
HexFF0AA0642101406432
Octal3770252014441050014462
Binary111111110101010100110010010000101010000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>