Shades of Hot Pink #F952BB
Tints of Hot Pink #F952BB
RGB
CMYK
RGB Variations
Color information
#F952BB (or 0xF952BB) is known color: Hot Pink. HEX triplet: F9, 52 and BB. RGB value is (249,82,187). Sum of RGB (Red+Green+Blue) = 249+82+187=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F952BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952BB is #06AD44. Grayscale: #8F8F8F. Windows color (decimal): -437573 or 12276473. OLE color: 12276473.
HSL color Cylindrical-coordinate representation of color #F952BB: hue angle of 322.28º 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 #F952BB is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 187 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.02 |
| HSL | 322.28º | 0.93% | 0.65% | - |
| HSV(B) | 322.28º | 0.67% | 0.98% | - |
| XYZ | 51.05 | 29.76 | 50.07 | - |
| YUV | 143.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 187 | 0 | 0.67 | 0.25 | 0.02 | 322.28 | 0.93 | 0.65 |
| Hex | F9 | 52 | BB | 0 | 43 | 19 | 2 | 142 | 5D | 41 |
| Octal | 371 | 122 | 273 | 0 | 103 | 31 | 2 | 502 | 135 | 101 |
| Binary | 11111001 | 1010010 | 10111011 | 0 | 1000011 | 11001 | 10 | 101000010 | 1011101 | 1000001 |
Color Harmonies of #F952BB
Complementary color
Monochromatic Colors of #F952BB
Black with #F952BB
Text Example
Text Example
White with #F952BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952BB; }
p { color: rgb(249,82,187); }
H1.HeaderClassName
{
color: #F952BB;
}
.AnyTagClassName
{
color: #F952BB;
}
</style>
background-color css
<style>
a { background-color: #F952BB; }
a { background-color: rgb(249,82,187); }
div.DivClassName
{
background-color: #F952BB;
}
.BgClassName
{
background-color: #F952BB;
}
</style>
border-color css
<style>
span { border-color: #F952BB; }
span { border-color: rgb(249,82,187); }
td.TdClassName
{
border-color: #F952BB;
}
.TagClassName
{
border-color: #F952BB;
}
</style>