Shades of Hot Pink #F86CBC
Tints of Hot Pink #F86CBC
RGB
CMYK
RGB Variations
Color information
#F86CBC (or 0xF86CBC) is known color: Hot Pink. HEX triplet: F8, 6C and BC. RGB value is (248,108,188). Sum of RGB (Red+Green+Blue) = 248+108+188=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CBC is #079343. Grayscale: #9E9E9E. Windows color (decimal): -496452 or 12348664. OLE color: 12348664.
HSL color Cylindrical-coordinate representation of color #F86CBC: hue angle of 325.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86CBC is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 188 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.03 |
| HSL | 325.71º | 0.91% | 0.7% | - |
| HSV(B) | 325.71º | 0.56% | 0.97% | - |
| XYZ | 53.15 | 34.31 | 51.4 | - |
| YUV | 158.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 188 | 0 | 0.56 | 0.24 | 0.03 | 325.71 | 0.91 | 0.7 |
| Hex | F8 | 6C | BC | 0 | 38 | 18 | 3 | 146 | 5B | 46 |
| Octal | 370 | 154 | 274 | 0 | 70 | 30 | 3 | 506 | 133 | 106 |
| Binary | 11111000 | 1101100 | 10111100 | 0 | 111000 | 11000 | 11 | 101000110 | 1011011 | 1000110 |
Color Harmonies of #F86CBC
Complementary color
Monochromatic Colors of #F86CBC
Black with #F86CBC
Text Example
Text Example
White with #F86CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CBC; }
p { color: rgb(248,108,188); }
H1.HeaderClassName
{
color: #F86CBC;
}
.AnyTagClassName
{
color: #F86CBC;
}
</style>
background-color css
<style>
a { background-color: #F86CBC; }
a { background-color: rgb(248,108,188); }
div.DivClassName
{
background-color: #F86CBC;
}
.BgClassName
{
background-color: #F86CBC;
}
</style>
border-color css
<style>
span { border-color: #F86CBC; }
span { border-color: rgb(248,108,188); }
td.TdClassName
{
border-color: #F86CBC;
}
.TagClassName
{
border-color: #F86CBC;
}
</style>