Shades of Spicy Pink #F92DB2
Tints of Spicy Pink #F92DB2
RGB
CMYK
RGB Variations
Color information
#F92DB2 (or 0xF92DB2) is known color: Spicy Pink. HEX triplet: F9, 2D and B2. RGB value is (249,45,178). Sum of RGB (Red+Green+Blue) = 249+45+178=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92DB2 is #06D24D. Grayscale: #787878. Windows color (decimal): -447054 or 11677177. OLE color: 11677177.
HSL color Cylindrical-coordinate representation of color #F92DB2: hue angle of 320.88º 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 #F92DB2 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 178 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.02 |
| HSL | 320.88º | 0.94% | 0.58% | - |
| HSV(B) | 320.88º | 0.82% | 0.98% | - |
| XYZ | 48.04 | 25.23 | 44.46 | - |
| YUV | 121.16 | 160.09 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 178 | 0 | 0.82 | 0.29 | 0.02 | 320.88 | 0.94 | 0.58 |
| Hex | F9 | 2D | B2 | 0 | 52 | 1D | 2 | 141 | 5E | 3A |
| Octal | 371 | 55 | 262 | 0 | 122 | 35 | 2 | 501 | 136 | 72 |
| Binary | 11111001 | 101101 | 10110010 | 0 | 1010010 | 11101 | 10 | 101000001 | 1011110 | 111010 |
Color Harmonies of #F92DB2
Complementary color
Monochromatic Colors of #F92DB2
Black with #F92DB2
Text Example
Text Example
White with #F92DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DB2; }
p { color: rgb(249,45,178); }
H1.HeaderClassName
{
color: #F92DB2;
}
.AnyTagClassName
{
color: #F92DB2;
}
</style>
background-color css
<style>
a { background-color: #F92DB2; }
a { background-color: rgb(249,45,178); }
div.DivClassName
{
background-color: #F92DB2;
}
.BgClassName
{
background-color: #F92DB2;
}
</style>
border-color css
<style>
span { border-color: #F92DB2; }
span { border-color: rgb(249,45,178); }
td.TdClassName
{
border-color: #F92DB2;
}
.TagClassName
{
border-color: #F92DB2;
}
</style>