Shades of Hot Pink #F86AAA
Tints of Hot Pink #F86AAA
RGB
CMYK
RGB Variations
Color information
#F86AAA (or 0xF86AAA) is known color: Hot Pink. HEX triplet: F8, 6A and AA. RGB value is (248,106,170). Sum of RGB (Red+Green+Blue) = 248+106+170=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86AAA is #079555. Grayscale: #9B9B9B. Windows color (decimal): -496982 or 11168504. OLE color: 11168504.
HSL color Cylindrical-coordinate representation of color #F86AAA: hue angle of 332.96º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86AAA is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 170 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.03 |
| HSL | 332.96º | 0.91% | 0.69% | - |
| HSV(B) | 332.96º | 0.57% | 0.97% | - |
| XYZ | 51.12 | 33.17 | 41.74 | - |
| YUV | 155.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 170 | 0 | 0.57 | 0.31 | 0.03 | 332.96 | 0.91 | 0.69 |
| Hex | F8 | 6A | AA | 0 | 39 | 1F | 3 | 14D | 5B | 45 |
| Octal | 370 | 152 | 252 | 0 | 71 | 37 | 3 | 515 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10101010 | 0 | 111001 | 11111 | 11 | 101001101 | 1011011 | 1000101 |
Color Harmonies of #F86AAA
Complementary color
Monochromatic Colors of #F86AAA
Black with #F86AAA
Text Example
Text Example
White with #F86AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AAA; }
p { color: rgb(248,106,170); }
H1.HeaderClassName
{
color: #F86AAA;
}
.AnyTagClassName
{
color: #F86AAA;
}
</style>
background-color css
<style>
a { background-color: #F86AAA; }
a { background-color: rgb(248,106,170); }
div.DivClassName
{
background-color: #F86AAA;
}
.BgClassName
{
background-color: #F86AAA;
}
</style>
border-color css
<style>
span { border-color: #F86AAA; }
span { border-color: rgb(248,106,170); }
td.TdClassName
{
border-color: #F86AAA;
}
.TagClassName
{
border-color: #F86AAA;
}
</style>