Shades of Hot Pink #FF6AA8
Tints of Hot Pink #FF6AA8
RGB
CMYK
RGB Variations
Color information
#FF6AA8 (or 0xFF6AA8) is known color: Hot Pink. HEX triplet: FF, 6A and A8. RGB value is (255,106,168). Sum of RGB (Red+Green+Blue) = 255+106+168=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6AA8 is #009557. Grayscale: #9D9D9D. Windows color (decimal): -38232 or 11037439. OLE color: 11037439.
HSL color Cylindrical-coordinate representation of color #FF6AA8: hue angle of 335.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6AA8 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 168 | - |
| CMYK | 0 | 0.58 | 0.34 | 0 |
| HSL | 335.03º | 1% | 0.71% | - |
| HSV(B) | 335.03º | 0.58% | 1% | - |
| XYZ | 53.46 | 34.4 | 40.87 | - |
| YUV | 157.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 168 | 0 | 0.58 | 0.34 | 0 | 335.03 | 1 | 0.71 |
| Hex | FF | 6A | A8 | 0 | 3A | 22 | 0 | 14F | 64 | 47 |
| Octal | 377 | 152 | 250 | 0 | 72 | 42 | 0 | 517 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10101000 | 0 | 111010 | 100010 | 0 | 101001111 | 1100100 | 1000111 |
Color Harmonies of #FF6AA8
Complementary color
Monochromatic Colors of #FF6AA8
Black with #FF6AA8
Text Example
Text Example
White with #FF6AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AA8; }
p { color: rgb(255,106,168); }
H1.HeaderClassName
{
color: #FF6AA8;
}
.AnyTagClassName
{
color: #FF6AA8;
}
</style>
background-color css
<style>
a { background-color: #FF6AA8; }
a { background-color: rgb(255,106,168); }
div.DivClassName
{
background-color: #FF6AA8;
}
.BgClassName
{
background-color: #FF6AA8;
}
</style>
border-color css
<style>
span { border-color: #FF6AA8; }
span { border-color: rgb(255,106,168); }
td.TdClassName
{
border-color: #FF6AA8;
}
.TagClassName
{
border-color: #FF6AA8;
}
</style>