Shades of Hot Pink #F858BB
Tints of Hot Pink #F858BB
RGB
CMYK
RGB Variations
Color information
#F858BB (or 0xF858BB) is known color: Hot Pink. HEX triplet: F8, 58 and BB. RGB value is (248,88,187). Sum of RGB (Red+Green+Blue) = 248+88+187=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F858BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858BB is #07A744. Grayscale: #929292. Windows color (decimal): -501573 or 12278008. OLE color: 12278008.
HSL color Cylindrical-coordinate representation of color #F858BB: hue angle of 322.88º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858BB is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 187 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.03 |
| HSL | 322.88º | 0.92% | 0.66% | - |
| HSV(B) | 322.88º | 0.65% | 0.97% | - |
| XYZ | 51.17 | 30.52 | 50.21 | - |
| YUV | 147.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 187 | 0 | 0.65 | 0.25 | 0.03 | 322.88 | 0.92 | 0.66 |
| Hex | F8 | 58 | BB | 0 | 41 | 19 | 3 | 143 | 5C | 42 |
| Octal | 370 | 130 | 273 | 0 | 101 | 31 | 3 | 503 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10111011 | 0 | 1000001 | 11001 | 11 | 101000011 | 1011100 | 1000010 |
Color Harmonies of #F858BB
Complementary color
Monochromatic Colors of #F858BB
Black with #F858BB
Text Example
Text Example
White with #F858BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858BB; }
p { color: rgb(248,88,187); }
H1.HeaderClassName
{
color: #F858BB;
}
.AnyTagClassName
{
color: #F858BB;
}
</style>
background-color css
<style>
a { background-color: #F858BB; }
a { background-color: rgb(248,88,187); }
div.DivClassName
{
background-color: #F858BB;
}
.BgClassName
{
background-color: #F858BB;
}
</style>
border-color css
<style>
span { border-color: #F858BB; }
span { border-color: rgb(248,88,187); }
td.TdClassName
{
border-color: #F858BB;
}
.TagClassName
{
border-color: #F858BB;
}
</style>