Shades of Hot Pink #FF66AB
Tints of Hot Pink #FF66AB
RGB
CMYK
RGB Variations
Color information
#FF66AB (or 0xFF66AB) is known color: Hot Pink. HEX triplet: FF, 66 and AB. RGB value is (255,102,171). Sum of RGB (Red+Green+Blue) = 255+102+171=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66AB is #009954. Grayscale: #9B9B9B. Windows color (decimal): -39253 or 11233023. OLE color: 11233023.
HSL color Cylindrical-coordinate representation of color #FF66AB: hue angle of 332.94º 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 #FF66AB is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 171 | - |
| CMYK | 0 | 0.6 | 0.33 | 0 |
| HSL | 332.94º | 1% | 0.7% | - |
| HSV(B) | 332.94º | 0.6% | 1% | - |
| XYZ | 53.34 | 33.7 | 42.22 | - |
| YUV | 155.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 171 | 0 | 0.6 | 0.33 | 0 | 332.94 | 1 | 0.7 |
| Hex | FF | 66 | AB | 0 | 3C | 21 | 0 | 14D | 64 | 46 |
| Octal | 377 | 146 | 253 | 0 | 74 | 41 | 0 | 515 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10101011 | 0 | 111100 | 100001 | 0 | 101001101 | 1100100 | 1000110 |
Color Harmonies of #FF66AB
Complementary color
Monochromatic Colors of #FF66AB
Black with #FF66AB
Text Example
Text Example
White with #FF66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66AB; }
p { color: rgb(255,102,171); }
H1.HeaderClassName
{
color: #FF66AB;
}
.AnyTagClassName
{
color: #FF66AB;
}
</style>
background-color css
<style>
a { background-color: #FF66AB; }
a { background-color: rgb(255,102,171); }
div.DivClassName
{
background-color: #FF66AB;
}
.BgClassName
{
background-color: #FF66AB;
}
</style>
border-color css
<style>
span { border-color: #FF66AB; }
span { border-color: rgb(255,102,171); }
td.TdClassName
{
border-color: #FF66AB;
}
.TagClassName
{
border-color: #FF66AB;
}
</style>