#FF66AA

Color #FF66AA Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FF66AA

Tints of Hot Pink #FF66AA

Color information

#FF66AA (or 0xFF66AA) is unknown color: approx Hot Pink. HEX triplet: FF, 66 and AA. RGB value is (255,102,170). Sum of RGB (Red+Green+Blue) = 255+102+170=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66AA is #009955. Grayscale: #9B9B9B. Windows color (decimal): -39254 or 11167487. OLE color: 11167487.

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

Color convert

RGB255102170-
CMYK00.60.330
HSL333.33º100%70%-
HSV(B)333.33º60%100%-
XYZ53.2533.6741.72-
YUV155.5136.19198.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 102 (40.23% from 255) = 19.35%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=48.39%
G=19.35%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510217000.60.330333.3310070
HexFF66AA03C21014d6446
Octal377146252074410515144106
Binary111111111100110101010100111100100001010100110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66AA; }

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

 H1.HeaderClassName
 {
   color: #FF66AA;
 }
 .AnyTagClassName
 {
   color: #FF66AA;
 }
</style>
background-color css

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

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

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

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

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

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