Shades of Hot Pink #F858BC
Tints of Hot Pink #F858BC
RGB
CMYK
RGB Variations
Color information
#F858BC (or 0xF858BC) is known color: Hot Pink. HEX triplet: F8, 58 and BC. RGB value is (248,88,188). Sum of RGB (Red+Green+Blue) = 248+88+188=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F858BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858BC is #07A743. Grayscale: #939393. Windows color (decimal): -501572 or 12343544. OLE color: 12343544.
HSL color Cylindrical-coordinate representation of color #F858BC: hue angle of 322.5º 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 #F858BC is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 188 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.03 |
| HSL | 322.5º | 0.92% | 0.66% | - |
| HSV(B) | 322.5º | 0.65% | 0.97% | - |
| XYZ | 51.28 | 30.57 | 50.77 | - |
| YUV | 147.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 188 | 0 | 0.65 | 0.24 | 0.03 | 322.5 | 0.92 | 0.66 |
| Hex | F8 | 58 | BC | 0 | 41 | 18 | 3 | 142 | 5C | 42 |
| Octal | 370 | 130 | 274 | 0 | 101 | 30 | 3 | 502 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10111100 | 0 | 1000001 | 11000 | 11 | 101000010 | 1011100 | 1000010 |
Color Harmonies of #F858BC
Complementary color
Monochromatic Colors of #F858BC
Black with #F858BC
Text Example
Text Example
White with #F858BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858BC; }
p { color: rgb(248,88,188); }
H1.HeaderClassName
{
color: #F858BC;
}
.AnyTagClassName
{
color: #F858BC;
}
</style>
background-color css
<style>
a { background-color: #F858BC; }
a { background-color: rgb(248,88,188); }
div.DivClassName
{
background-color: #F858BC;
}
.BgClassName
{
background-color: #F858BC;
}
</style>
border-color css
<style>
span { border-color: #F858BC; }
span { border-color: rgb(248,88,188); }
td.TdClassName
{
border-color: #F858BC;
}
.TagClassName
{
border-color: #F858BC;
}
</style>