Shades of Spicy Pink #F92DB7
Tints of Spicy Pink #F92DB7
RGB
CMYK
RGB Variations
Color information
#F92DB7 (or 0xF92DB7) is known color: Spicy Pink. HEX triplet: F9, 2D and B7. RGB value is (249,45,183). Sum of RGB (Red+Green+Blue) = 249+45+183=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92DB7 is #06D248. Grayscale: #797979. Windows color (decimal): -447049 or 12004857. OLE color: 12004857.
HSL color Cylindrical-coordinate representation of color #F92DB7: hue angle of 319.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92DB7 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 183 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.02 |
| HSL | 319.41º | 0.94% | 0.58% | - |
| HSV(B) | 319.41º | 0.82% | 0.98% | - |
| XYZ | 48.55 | 25.44 | 47.15 | - |
| YUV | 121.73 | 162.59 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 183 | 0 | 0.82 | 0.27 | 0.02 | 319.41 | 0.94 | 0.58 |
| Hex | F9 | 2D | B7 | 0 | 52 | 1B | 2 | 13F | 5E | 3A |
| Octal | 371 | 55 | 267 | 0 | 122 | 33 | 2 | 477 | 136 | 72 |
| Binary | 11111001 | 101101 | 10110111 | 0 | 1010010 | 11011 | 10 | 100111111 | 1011110 | 111010 |
Color Harmonies of #F92DB7
Complementary color
Monochromatic Colors of #F92DB7
Black with #F92DB7
Text Example
Text Example
White with #F92DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DB7; }
p { color: rgb(249,45,183); }
H1.HeaderClassName
{
color: #F92DB7;
}
.AnyTagClassName
{
color: #F92DB7;
}
</style>
background-color css
<style>
a { background-color: #F92DB7; }
a { background-color: rgb(249,45,183); }
div.DivClassName
{
background-color: #F92DB7;
}
.BgClassName
{
background-color: #F92DB7;
}
</style>
border-color css
<style>
span { border-color: #F92DB7; }
span { border-color: rgb(249,45,183); }
td.TdClassName
{
border-color: #F92DB7;
}
.TagClassName
{
border-color: #F92DB7;
}
</style>