Shades of Hot Pink #F86FBC
Tints of Hot Pink #F86FBC
RGB
CMYK
RGB Variations
Color information
#F86FBC (or 0xF86FBC) is known color: Hot Pink. HEX triplet: F8, 6F and BC. RGB value is (248,111,188). Sum of RGB (Red+Green+Blue) = 248+111+188=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FBC is #079043. Grayscale: #A0A0A0. Windows color (decimal): -495684 or 12349432. OLE color: 12349432.
HSL color Cylindrical-coordinate representation of color #F86FBC: hue angle of 326.28º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FBC is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 188 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.03 |
| HSL | 326.28º | 0.91% | 0.7% | - |
| HSV(B) | 326.28º | 0.55% | 0.97% | - |
| XYZ | 53.47 | 34.96 | 51.51 | - |
| YUV | 160.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 188 | 0 | 0.55 | 0.24 | 0.03 | 326.28 | 0.91 | 0.7 |
| Hex | F8 | 6F | BC | 0 | 37 | 18 | 3 | 146 | 5B | 46 |
| Octal | 370 | 157 | 274 | 0 | 67 | 30 | 3 | 506 | 133 | 106 |
| Binary | 11111000 | 1101111 | 10111100 | 0 | 110111 | 11000 | 11 | 101000110 | 1011011 | 1000110 |
Color Harmonies of #F86FBC
Complementary color
Monochromatic Colors of #F86FBC
Black with #F86FBC
Text Example
Text Example
White with #F86FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FBC; }
p { color: rgb(248,111,188); }
H1.HeaderClassName
{
color: #F86FBC;
}
.AnyTagClassName
{
color: #F86FBC;
}
</style>
background-color css
<style>
a { background-color: #F86FBC; }
a { background-color: rgb(248,111,188); }
div.DivClassName
{
background-color: #F86FBC;
}
.BgClassName
{
background-color: #F86FBC;
}
</style>
border-color css
<style>
span { border-color: #F86FBC; }
span { border-color: rgb(248,111,188); }
td.TdClassName
{
border-color: #F86FBC;
}
.TagClassName
{
border-color: #F86FBC;
}
</style>