Shades of Hot Pink #F86AB0
Tints of Hot Pink #F86AB0
RGB
CMYK
RGB Variations
Color information
#F86AB0 (or 0xF86AB0) is known color: Hot Pink. HEX triplet: F8, 6A and B0. RGB value is (248,106,176). Sum of RGB (Red+Green+Blue) = 248+106+176=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86AB0 is #07954F. Grayscale: #9C9C9C. Windows color (decimal): -496976 or 11561720. OLE color: 11561720.
HSL color Cylindrical-coordinate representation of color #F86AB0: hue angle of 330.42º 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 #F86AB0 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 176 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.03 |
| HSL | 330.42º | 0.91% | 0.69% | - |
| HSV(B) | 330.42º | 0.57% | 0.97% | - |
| XYZ | 51.7 | 33.4 | 44.8 | - |
| YUV | 156.44 | 139.04 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 176 | 0 | 0.57 | 0.29 | 0.03 | 330.42 | 0.91 | 0.69 |
| Hex | F8 | 6A | B0 | 0 | 39 | 1D | 3 | 14A | 5B | 45 |
| Octal | 370 | 152 | 260 | 0 | 71 | 35 | 3 | 512 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10110000 | 0 | 111001 | 11101 | 11 | 101001010 | 1011011 | 1000101 |
Color Harmonies of #F86AB0
Complementary color
Monochromatic Colors of #F86AB0
Black with #F86AB0
Text Example
Text Example
White with #F86AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AB0; }
p { color: rgb(248,106,176); }
H1.HeaderClassName
{
color: #F86AB0;
}
.AnyTagClassName
{
color: #F86AB0;
}
</style>
background-color css
<style>
a { background-color: #F86AB0; }
a { background-color: rgb(248,106,176); }
div.DivClassName
{
background-color: #F86AB0;
}
.BgClassName
{
background-color: #F86AB0;
}
</style>
border-color css
<style>
span { border-color: #F86AB0; }
span { border-color: rgb(248,106,176); }
td.TdClassName
{
border-color: #F86AB0;
}
.TagClassName
{
border-color: #F86AB0;
}
</style>