Shades of Hot Pink #F951BD
Tints of Hot Pink #F951BD
RGB
CMYK
RGB Variations
Color information
#F951BD (or 0xF951BD) is known color: Hot Pink. HEX triplet: F9, 51 and BD. RGB value is (249,81,189). Sum of RGB (Red+Green+Blue) = 249+81+189=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F951BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951BD is #06AE42. Grayscale: #8F8F8F. Windows color (decimal): -437827 or 12407289. OLE color: 12407289.
HSL color Cylindrical-coordinate representation of color #F951BD: hue angle of 321.43º 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 #F951BD is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 81 | 189 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.02 |
| HSL | 321.43º | 0.93% | 0.65% | - |
| HSV(B) | 321.43º | 0.67% | 0.98% | - |
| XYZ | 51.19 | 29.7 | 51.18 | - |
| YUV | 143.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 81 | 189 | 0 | 0.67 | 0.24 | 0.02 | 321.43 | 0.93 | 0.65 |
| Hex | F9 | 51 | BD | 0 | 43 | 18 | 2 | 141 | 5D | 41 |
| Octal | 371 | 121 | 275 | 0 | 103 | 30 | 2 | 501 | 135 | 101 |
| Binary | 11111001 | 1010001 | 10111101 | 0 | 1000011 | 11000 | 10 | 101000001 | 1011101 | 1000001 |
Color Harmonies of #F951BD
Complementary color
Monochromatic Colors of #F951BD
Black with #F951BD
Text Example
Text Example
White with #F951BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F951BD; }
p { color: rgb(249,81,189); }
H1.HeaderClassName
{
color: #F951BD;
}
.AnyTagClassName
{
color: #F951BD;
}
</style>
background-color css
<style>
a { background-color: #F951BD; }
a { background-color: rgb(249,81,189); }
div.DivClassName
{
background-color: #F951BD;
}
.BgClassName
{
background-color: #F951BD;
}
</style>
border-color css
<style>
span { border-color: #F951BD; }
span { border-color: rgb(249,81,189); }
td.TdClassName
{
border-color: #F951BD;
}
.TagClassName
{
border-color: #F951BD;
}
</style>