Shades of Spicy Pink #F92DB4
Tints of Spicy Pink #F92DB4
RGB
CMYK
RGB Variations
Color information
#F92DB4 (or 0xF92DB4) is known color: Spicy Pink. HEX triplet: F9, 2D and B4. RGB value is (249,45,180). Sum of RGB (Red+Green+Blue) = 249+45+180=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92DB4 is #06D24B. Grayscale: #797979. Windows color (decimal): -447052 or 11808249. OLE color: 11808249.
HSL color Cylindrical-coordinate representation of color #F92DB4: hue angle of 320.29º 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 #F92DB4 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 180 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.02 |
| HSL | 320.29º | 0.94% | 0.58% | - |
| HSV(B) | 320.29º | 0.82% | 0.98% | - |
| XYZ | 48.24 | 25.31 | 45.52 | - |
| YUV | 121.39 | 161.09 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 180 | 0 | 0.82 | 0.28 | 0.02 | 320.29 | 0.94 | 0.58 |
| Hex | F9 | 2D | B4 | 0 | 52 | 1C | 2 | 140 | 5E | 3A |
| Octal | 371 | 55 | 264 | 0 | 122 | 34 | 2 | 500 | 136 | 72 |
| Binary | 11111001 | 101101 | 10110100 | 0 | 1010010 | 11100 | 10 | 101000000 | 1011110 | 111010 |
Color Harmonies of #F92DB4
Complementary color
Monochromatic Colors of #F92DB4
Black with #F92DB4
Text Example
Text Example
White with #F92DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DB4; }
p { color: rgb(249,45,180); }
H1.HeaderClassName
{
color: #F92DB4;
}
.AnyTagClassName
{
color: #F92DB4;
}
</style>
background-color css
<style>
a { background-color: #F92DB4; }
a { background-color: rgb(249,45,180); }
div.DivClassName
{
background-color: #F92DB4;
}
.BgClassName
{
background-color: #F92DB4;
}
</style>
border-color css
<style>
span { border-color: #F92DB4; }
span { border-color: rgb(249,45,180); }
td.TdClassName
{
border-color: #F92DB4;
}
.TagClassName
{
border-color: #F92DB4;
}
</style>