Shades of Spicy Pink #F92DB3
Tints of Spicy Pink #F92DB3
RGB
CMYK
RGB Variations
Color information
#F92DB3 (or 0xF92DB3) is known color: Spicy Pink. HEX triplet: F9, 2D and B3. RGB value is (249,45,179). Sum of RGB (Red+Green+Blue) = 249+45+179=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92DB3 is #06D24C. Grayscale: #787878. Windows color (decimal): -447053 or 11742713. OLE color: 11742713.
HSL color Cylindrical-coordinate representation of color #F92DB3: hue angle of 320.59º 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 #F92DB3 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 179 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.02 |
| HSL | 320.59º | 0.94% | 0.58% | - |
| HSV(B) | 320.59º | 0.82% | 0.98% | - |
| XYZ | 48.14 | 25.27 | 44.99 | - |
| YUV | 121.27 | 160.59 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 179 | 0 | 0.82 | 0.28 | 0.02 | 320.59 | 0.94 | 0.58 |
| Hex | F9 | 2D | B3 | 0 | 52 | 1C | 2 | 141 | 5E | 3A |
| Octal | 371 | 55 | 263 | 0 | 122 | 34 | 2 | 501 | 136 | 72 |
| Binary | 11111001 | 101101 | 10110011 | 0 | 1010010 | 11100 | 10 | 101000001 | 1011110 | 111010 |
Color Harmonies of #F92DB3
Complementary color
Monochromatic Colors of #F92DB3
Black with #F92DB3
Text Example
Text Example
White with #F92DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92DB3; }
p { color: rgb(249,45,179); }
H1.HeaderClassName
{
color: #F92DB3;
}
.AnyTagClassName
{
color: #F92DB3;
}
</style>
background-color css
<style>
a { background-color: #F92DB3; }
a { background-color: rgb(249,45,179); }
div.DivClassName
{
background-color: #F92DB3;
}
.BgClassName
{
background-color: #F92DB3;
}
</style>
border-color css
<style>
span { border-color: #F92DB3; }
span { border-color: rgb(249,45,179); }
td.TdClassName
{
border-color: #F92DB3;
}
.TagClassName
{
border-color: #F92DB3;
}
</style>