Shades of Spicy Pink #F92DB5
Tints of Spicy Pink #F92DB5
RGB
CMYK
RGB Variations
Color information
#F92DB5 (or 0xF92DB5) is known color: Spicy Pink. HEX triplet: F9, 2D and B5. RGB value is (249,45,181). Sum of RGB (Red+Green+Blue) = 249+45+181=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92DB5 is #06D24A. Grayscale: #797979. Windows color (decimal): -447051 or 11873785. OLE color: 11873785.
HSL color Cylindrical-coordinate representation of color #F92DB5: hue angle of 320º 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 #F92DB5 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 181 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.02 |
| HSL | 320º | 0.94% | 0.58% | - |
| HSV(B) | 320º | 0.82% | 0.98% | - |
| XYZ | 48.35 | 25.35 | 46.06 | - |
| YUV | 121.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 181 | 0 | 0.82 | 0.27 | 0.02 | 320 | 0.94 | 0.58 |
| Hex | F9 | 2D | B5 | 0 | 52 | 1B | 2 | 140 | 5E | 3A |
| Octal | 371 | 55 | 265 | 0 | 122 | 33 | 2 | 500 | 136 | 72 |
| Binary | 11111001 | 101101 | 10110101 | 0 | 1010010 | 11011 | 10 | 101000000 | 1011110 | 111010 |
Color Harmonies of #F92DB5
Complementary color
Monochromatic Colors of #F92DB5
Black with #F92DB5
Text Example
Text Example
White with #F92DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DB5; }
p { color: rgb(249,45,181); }
H1.HeaderClassName
{
color: #F92DB5;
}
.AnyTagClassName
{
color: #F92DB5;
}
</style>
background-color css
<style>
a { background-color: #F92DB5; }
a { background-color: rgb(249,45,181); }
div.DivClassName
{
background-color: #F92DB5;
}
.BgClassName
{
background-color: #F92DB5;
}
</style>
border-color css
<style>
span { border-color: #F92DB5; }
span { border-color: rgb(249,45,181); }
td.TdClassName
{
border-color: #F92DB5;
}
.TagClassName
{
border-color: #F92DB5;
}
</style>