Shades of Hot Pink #FF66AC
Tints of Hot Pink #FF66AC
RGB
CMYK
RGB Variations
Color information
#FF66AC (or 0xFF66AC) is known color: Hot Pink. HEX triplet: FF, 66 and AC. RGB value is (255,102,172). Sum of RGB (Red+Green+Blue) = 255+102+172=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66AC is #009953. Grayscale: #9B9B9B. Windows color (decimal): -39252 or 11298559. OLE color: 11298559.
HSL color Cylindrical-coordinate representation of color #FF66AC: hue angle of 332.55º 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 #FF66AC is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 172 | - |
| CMYK | 0 | 0.6 | 0.33 | 0 |
| HSL | 332.55º | 1% | 0.7% | - |
| HSV(B) | 332.55º | 0.6% | 1% | - |
| XYZ | 53.44 | 33.74 | 42.73 | - |
| YUV | 155.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 172 | 0 | 0.6 | 0.33 | 0 | 332.55 | 1 | 0.7 |
| Hex | FF | 66 | AC | 0 | 3C | 21 | 0 | 14D | 64 | 46 |
| Octal | 377 | 146 | 254 | 0 | 74 | 41 | 0 | 515 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10101100 | 0 | 111100 | 100001 | 0 | 101001101 | 1100100 | 1000110 |
Color Harmonies of #FF66AC
Complementary color
Monochromatic Colors of #FF66AC
Black with #FF66AC
Text Example
Text Example
White with #FF66AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66AC; }
p { color: rgb(255,102,172); }
H1.HeaderClassName
{
color: #FF66AC;
}
.AnyTagClassName
{
color: #FF66AC;
}
</style>
background-color css
<style>
a { background-color: #FF66AC; }
a { background-color: rgb(255,102,172); }
div.DivClassName
{
background-color: #FF66AC;
}
.BgClassName
{
background-color: #FF66AC;
}
</style>
border-color css
<style>
span { border-color: #FF66AC; }
span { border-color: rgb(255,102,172); }
td.TdClassName
{
border-color: #FF66AC;
}
.TagClassName
{
border-color: #FF66AC;
}
</style>