Shades of Hot Pink #FF66AF
Tints of Hot Pink #FF66AF
RGB
CMYK
RGB Variations
Color information
#FF66AF (or 0xFF66AF) is known color: Hot Pink. HEX triplet: FF, 66 and AF. RGB value is (255,102,175). Sum of RGB (Red+Green+Blue) = 255+102+175=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66AF is #009950. Grayscale: #9B9B9B. Windows color (decimal): -39249 or 11495167. OLE color: 11495167.
HSL color Cylindrical-coordinate representation of color #FF66AF: hue angle of 331.37º 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 #FF66AF is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 175 | - |
| CMYK | 0 | 0.6 | 0.31 | 0 |
| HSL | 331.37º | 1% | 0.7% | - |
| HSV(B) | 331.37º | 0.6% | 1% | - |
| XYZ | 53.73 | 33.86 | 44.26 | - |
| YUV | 156.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 175 | 0 | 0.6 | 0.31 | 0 | 331.37 | 1 | 0.7 |
| Hex | FF | 66 | AF | 0 | 3C | 1F | 0 | 14B | 64 | 46 |
| Octal | 377 | 146 | 257 | 0 | 74 | 37 | 0 | 513 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10101111 | 0 | 111100 | 11111 | 0 | 101001011 | 1100100 | 1000110 |
Color Harmonies of #FF66AF
Complementary color
Monochromatic Colors of #FF66AF
Black with #FF66AF
Text Example
Text Example
White with #FF66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66AF; }
p { color: rgb(255,102,175); }
H1.HeaderClassName
{
color: #FF66AF;
}
.AnyTagClassName
{
color: #FF66AF;
}
</style>
background-color css
<style>
a { background-color: #FF66AF; }
a { background-color: rgb(255,102,175); }
div.DivClassName
{
background-color: #FF66AF;
}
.BgClassName
{
background-color: #FF66AF;
}
</style>
border-color css
<style>
span { border-color: #FF66AF; }
span { border-color: rgb(255,102,175); }
td.TdClassName
{
border-color: #FF66AF;
}
.TagClassName
{
border-color: #FF66AF;
}
</style>