Shades of Hot Pink #F856BB
Tints of Hot Pink #F856BB
RGB
CMYK
RGB Variations
Color information
#F856BB (or 0xF856BB) is known color: Hot Pink. HEX triplet: F8, 56 and BB. RGB value is (248,86,187). Sum of RGB (Red+Green+Blue) = 248+86+187=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F856BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856BB is #07A944. Grayscale: #919191. Windows color (decimal): -502085 or 12277496. OLE color: 12277496.
HSL color Cylindrical-coordinate representation of color #F856BB: hue angle of 322.59º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856BB is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 187 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.03 |
| HSL | 322.59º | 0.92% | 0.65% | - |
| HSV(B) | 322.59º | 0.65% | 0.97% | - |
| XYZ | 51.01 | 30.2 | 50.15 | - |
| YUV | 145.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 187 | 0 | 0.65 | 0.25 | 0.03 | 322.59 | 0.92 | 0.65 |
| Hex | F8 | 56 | BB | 0 | 41 | 19 | 3 | 143 | 5C | 41 |
| Octal | 370 | 126 | 273 | 0 | 101 | 31 | 3 | 503 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10111011 | 0 | 1000001 | 11001 | 11 | 101000011 | 1011100 | 1000001 |
Color Harmonies of #F856BB
Complementary color
Monochromatic Colors of #F856BB
Black with #F856BB
Text Example
Text Example
White with #F856BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856BB; }
p { color: rgb(248,86,187); }
H1.HeaderClassName
{
color: #F856BB;
}
.AnyTagClassName
{
color: #F856BB;
}
</style>
background-color css
<style>
a { background-color: #F856BB; }
a { background-color: rgb(248,86,187); }
div.DivClassName
{
background-color: #F856BB;
}
.BgClassName
{
background-color: #F856BB;
}
</style>
border-color css
<style>
span { border-color: #F856BB; }
span { border-color: rgb(248,86,187); }
td.TdClassName
{
border-color: #F856BB;
}
.TagClassName
{
border-color: #F856BB;
}
</style>