Shades of Hot Pink #F851BC
Tints of Hot Pink #F851BC
RGB
CMYK
RGB Variations
Color information
#F851BC (or 0xF851BC) is known color: Hot Pink. HEX triplet: F8, 51 and BC. RGB value is (248,81,188). Sum of RGB (Red+Green+Blue) = 248+81+188=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F851BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F851BC is #07AE43. Grayscale: #8E8E8E. Windows color (decimal): -503364 or 12341752. OLE color: 12341752.
HSL color Cylindrical-coordinate representation of color #F851BC: hue angle of 321.56º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F851BC is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 188 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.03 |
| HSL | 321.56º | 0.92% | 0.65% | - |
| HSV(B) | 321.56º | 0.67% | 0.97% | - |
| XYZ | 50.73 | 29.47 | 50.59 | - |
| YUV | 143.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 188 | 0 | 0.67 | 0.24 | 0.03 | 321.56 | 0.92 | 0.65 |
| Hex | F8 | 51 | BC | 0 | 43 | 18 | 3 | 142 | 5C | 41 |
| Octal | 370 | 121 | 274 | 0 | 103 | 30 | 3 | 502 | 134 | 101 |
| Binary | 11111000 | 1010001 | 10111100 | 0 | 1000011 | 11000 | 11 | 101000010 | 1011100 | 1000001 |
Color Harmonies of #F851BC
Complementary color
Monochromatic Colors of #F851BC
Black with #F851BC
Text Example
Text Example
White with #F851BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F851BC; }
p { color: rgb(248,81,188); }
H1.HeaderClassName
{
color: #F851BC;
}
.AnyTagClassName
{
color: #F851BC;
}
</style>
background-color css
<style>
a { background-color: #F851BC; }
a { background-color: rgb(248,81,188); }
div.DivClassName
{
background-color: #F851BC;
}
.BgClassName
{
background-color: #F851BC;
}
</style>
border-color css
<style>
span { border-color: #F851BC; }
span { border-color: rgb(248,81,188); }
td.TdClassName
{
border-color: #F851BC;
}
.TagClassName
{
border-color: #F851BC;
}
</style>