Shades of Hot Pink #F86AA2
Tints of Hot Pink #F86AA2
RGB
CMYK
RGB Variations
Color information
#F86AA2 (or 0xF86AA2) is known color: Hot Pink. HEX triplet: F8, 6A and A2. RGB value is (248,106,162). Sum of RGB (Red+Green+Blue) = 248+106+162=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86AA2 is #07955D. Grayscale: #9A9A9A. Windows color (decimal): -496990 or 10644216. OLE color: 10644216.
HSL color Cylindrical-coordinate representation of color #F86AA2: hue angle of 336.34º 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 #F86AA2 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 162 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.03 |
| HSL | 336.34º | 0.91% | 0.69% | - |
| HSV(B) | 336.34º | 0.57% | 0.97% | - |
| XYZ | 50.39 | 32.87 | 37.87 | - |
| YUV | 154.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 162 | 0 | 0.57 | 0.35 | 0.03 | 336.34 | 0.91 | 0.69 |
| Hex | F8 | 6A | A2 | 0 | 39 | 23 | 3 | 150 | 5B | 45 |
| Octal | 370 | 152 | 242 | 0 | 71 | 43 | 3 | 520 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10100010 | 0 | 111001 | 100011 | 11 | 101010000 | 1011011 | 1000101 |
Color Harmonies of #F86AA2
Complementary color
Monochromatic Colors of #F86AA2
Black with #F86AA2
Text Example
Text Example
White with #F86AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AA2; }
p { color: rgb(248,106,162); }
H1.HeaderClassName
{
color: #F86AA2;
}
.AnyTagClassName
{
color: #F86AA2;
}
</style>
background-color css
<style>
a { background-color: #F86AA2; }
a { background-color: rgb(248,106,162); }
div.DivClassName
{
background-color: #F86AA2;
}
.BgClassName
{
background-color: #F86AA2;
}
</style>
border-color css
<style>
span { border-color: #F86AA2; }
span { border-color: rgb(248,106,162); }
td.TdClassName
{
border-color: #F86AA2;
}
.TagClassName
{
border-color: #F86AA2;
}
</style>