Shades of Hot Pink #F951BB
Tints of Hot Pink #F951BB
RGB
CMYK
RGB Variations
Color information
#F951BB (or 0xF951BB) is known color: Hot Pink. HEX triplet: F9, 51 and BB. RGB value is (249,81,187). Sum of RGB (Red+Green+Blue) = 249+81+187=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F951BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951BB is #06AE44. Grayscale: #8F8F8F. Windows color (decimal): -437829 or 12276217. OLE color: 12276217.
HSL color Cylindrical-coordinate representation of color #F951BB: hue angle of 322.14º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F951BB is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 187 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.02 |
| HSL | 322.14º | 0.93% | 0.65% | - |
| HSV(B) | 322.14º | 0.67% | 0.98% | - |
| XYZ | 50.98 | 29.61 | 50.04 | - |
| YUV | 143.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 187 | 0 | 0.67 | 0.25 | 0.02 | 322.14 | 0.93 | 0.65 |
| Hex | F9 | 51 | BB | 0 | 43 | 19 | 2 | 142 | 5D | 41 |
| Octal | 371 | 121 | 273 | 0 | 103 | 31 | 2 | 502 | 135 | 101 |
| Binary | 11111001 | 1010001 | 10111011 | 0 | 1000011 | 11001 | 10 | 101000010 | 1011101 | 1000001 |
Color Harmonies of #F951BB
Complementary color
Monochromatic Colors of #F951BB
Black with #F951BB
Text Example
Text Example
White with #F951BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951BB; }
p { color: rgb(249,81,187); }
H1.HeaderClassName
{
color: #F951BB;
}
.AnyTagClassName
{
color: #F951BB;
}
</style>
background-color css
<style>
a { background-color: #F951BB; }
a { background-color: rgb(249,81,187); }
div.DivClassName
{
background-color: #F951BB;
}
.BgClassName
{
background-color: #F951BB;
}
</style>
border-color css
<style>
span { border-color: #F951BB; }
span { border-color: rgb(249,81,187); }
td.TdClassName
{
border-color: #F951BB;
}
.TagClassName
{
border-color: #F951BB;
}
</style>