Shades of Hot Pink #F86BBC
Tints of Hot Pink #F86BBC
RGB
CMYK
RGB Variations
Color information
#F86BBC (or 0xF86BBC) is known color: Hot Pink. HEX triplet: F8, 6B and BC. RGB value is (248,107,188). Sum of RGB (Red+Green+Blue) = 248+107+188=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BBC is #079443. Grayscale: #9E9E9E. Windows color (decimal): -496708 or 12348408. OLE color: 12348408.
HSL color Cylindrical-coordinate representation of color #F86BBC: hue angle of 325.53º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86BBC is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 188 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.03 |
| HSL | 325.53º | 0.91% | 0.7% | - |
| HSV(B) | 325.53º | 0.57% | 0.97% | - |
| XYZ | 53.05 | 34.1 | 51.36 | - |
| YUV | 158.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 188 | 0 | 0.57 | 0.24 | 0.03 | 325.53 | 0.91 | 0.7 |
| Hex | F8 | 6B | BC | 0 | 39 | 18 | 3 | 146 | 5B | 46 |
| Octal | 370 | 153 | 274 | 0 | 71 | 30 | 3 | 506 | 133 | 106 |
| Binary | 11111000 | 1101011 | 10111100 | 0 | 111001 | 11000 | 11 | 101000110 | 1011011 | 1000110 |
Color Harmonies of #F86BBC
Complementary color
Monochromatic Colors of #F86BBC
Black with #F86BBC
Text Example
Text Example
White with #F86BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86BBC; }
p { color: rgb(248,107,188); }
H1.HeaderClassName
{
color: #F86BBC;
}
.AnyTagClassName
{
color: #F86BBC;
}
</style>
background-color css
<style>
a { background-color: #F86BBC; }
a { background-color: rgb(248,107,188); }
div.DivClassName
{
background-color: #F86BBC;
}
.BgClassName
{
background-color: #F86BBC;
}
</style>
border-color css
<style>
span { border-color: #F86BBC; }
span { border-color: rgb(248,107,188); }
td.TdClassName
{
border-color: #F86BBC;
}
.TagClassName
{
border-color: #F86BBC;
}
</style>