Shades of Hot Pink #F86BBB
Tints of Hot Pink #F86BBB
RGB
CMYK
RGB Variations
Color information
#F86BBB (or 0xF86BBB) is known color: Hot Pink. HEX triplet: F8, 6B and BB. RGB value is (248,107,187). Sum of RGB (Red+Green+Blue) = 248+107+187=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BBB is #079444. Grayscale: #9E9E9E. Windows color (decimal): -496709 or 12282872. OLE color: 12282872.
HSL color Cylindrical-coordinate representation of color #F86BBB: hue angle of 325.96º 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 #F86BBB is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 187 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.03 |
| HSL | 325.96º | 0.91% | 0.7% | - |
| HSV(B) | 325.96º | 0.57% | 0.97% | - |
| XYZ | 52.94 | 34.06 | 50.8 | - |
| YUV | 158.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 187 | 0 | 0.57 | 0.25 | 0.03 | 325.96 | 0.91 | 0.7 |
| Hex | F8 | 6B | BB | 0 | 39 | 19 | 3 | 146 | 5B | 46 |
| Octal | 370 | 153 | 273 | 0 | 71 | 31 | 3 | 506 | 133 | 106 |
| Binary | 11111000 | 1101011 | 10111011 | 0 | 111001 | 11001 | 11 | 101000110 | 1011011 | 1000110 |
Color Harmonies of #F86BBB
Complementary color
Monochromatic Colors of #F86BBB
Black with #F86BBB
Text Example
Text Example
White with #F86BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86BBB; }
p { color: rgb(248,107,187); }
H1.HeaderClassName
{
color: #F86BBB;
}
.AnyTagClassName
{
color: #F86BBB;
}
</style>
background-color css
<style>
a { background-color: #F86BBB; }
a { background-color: rgb(248,107,187); }
div.DivClassName
{
background-color: #F86BBB;
}
.BgClassName
{
background-color: #F86BBB;
}
</style>
border-color css
<style>
span { border-color: #F86BBB; }
span { border-color: rgb(248,107,187); }
td.TdClassName
{
border-color: #F86BBB;
}
.TagClassName
{
border-color: #F86BBB;
}
</style>