Shades of Hot Pink #FF6FAA
Tints of Hot Pink #FF6FAA
RGB
CMYK
RGB Variations
Color information
#FF6FAA (or 0xFF6FAA) is known color: Hot Pink. HEX triplet: FF, 6F and AA. RGB value is (255,111,170). Sum of RGB (Red+Green+Blue) = 255+111+170=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6FAA is #009055. Grayscale: #A0A0A0. Windows color (decimal): -36950 or 11169791. OLE color: 11169791.
HSL color Cylindrical-coordinate representation of color #FF6FAA: hue angle of 335.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FAA is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 170 | - |
| CMYK | 0 | 0.56 | 0.33 | 0 |
| HSL | 335.42º | 1% | 0.72% | - |
| HSV(B) | 335.42º | 0.56% | 1% | - |
| XYZ | 54.18 | 35.53 | 42.03 | - |
| YUV | 160.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 170 | 0 | 0.56 | 0.33 | 0 | 335.42 | 1 | 0.72 |
| Hex | FF | 6F | AA | 0 | 38 | 21 | 0 | 14F | 64 | 48 |
| Octal | 377 | 157 | 252 | 0 | 70 | 41 | 0 | 517 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10101010 | 0 | 111000 | 100001 | 0 | 101001111 | 1100100 | 1001000 |
Color Harmonies of #FF6FAA
Complementary color
Monochromatic Colors of #FF6FAA
Black with #FF6FAA
Text Example
Text Example
White with #FF6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FAA; }
p { color: rgb(255,111,170); }
H1.HeaderClassName
{
color: #FF6FAA;
}
.AnyTagClassName
{
color: #FF6FAA;
}
</style>
background-color css
<style>
a { background-color: #FF6FAA; }
a { background-color: rgb(255,111,170); }
div.DivClassName
{
background-color: #FF6FAA;
}
.BgClassName
{
background-color: #FF6FAA;
}
</style>
border-color css
<style>
span { border-color: #FF6FAA; }
span { border-color: rgb(255,111,170); }
td.TdClassName
{
border-color: #FF6FAA;
}
.TagClassName
{
border-color: #FF6FAA;
}
</style>