Shades of Spicy Pink #F91DB1
Tints of Spicy Pink #F91DB1
RGB
CMYK
RGB Variations
Color information
#F91DB1 (or 0xF91DB1) is known color: Spicy Pink. HEX triplet: F9, 1D and B1. RGB value is (249,29,177). Sum of RGB (Red+Green+Blue) = 249+29+177=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91DB1 is #06E24E. Grayscale: #6F6F6F. Windows color (decimal): -451151 or 11607545. OLE color: 11607545.
HSL color Cylindrical-coordinate representation of color #F91DB1: hue angle of 319.64º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91DB1 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 177 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.02 |
| HSL | 319.64º | 0.95% | 0.55% | - |
| HSV(B) | 319.64º | 0.88% | 0.98% | - |
| XYZ | 47.44 | 24.19 | 43.76 | - |
| YUV | 111.65 | 164.89 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 177 | 0 | 0.88 | 0.29 | 0.02 | 319.64 | 0.95 | 0.55 |
| Hex | F9 | 1D | B1 | 0 | 58 | 1D | 2 | 140 | 5F | 37 |
| Octal | 371 | 35 | 261 | 0 | 130 | 35 | 2 | 500 | 137 | 67 |
| Binary | 11111001 | 11101 | 10110001 | 0 | 1011000 | 11101 | 10 | 101000000 | 1011111 | 110111 |
Color Harmonies of #F91DB1
Complementary color
Monochromatic Colors of #F91DB1
Black with #F91DB1
Text Example
Text Example
White with #F91DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DB1; }
p { color: rgb(249,29,177); }
H1.HeaderClassName
{
color: #F91DB1;
}
.AnyTagClassName
{
color: #F91DB1;
}
</style>
background-color css
<style>
a { background-color: #F91DB1; }
a { background-color: rgb(249,29,177); }
div.DivClassName
{
background-color: #F91DB1;
}
.BgClassName
{
background-color: #F91DB1;
}
</style>
border-color css
<style>
span { border-color: #F91DB1; }
span { border-color: rgb(249,29,177); }
td.TdClassName
{
border-color: #F91DB1;
}
.TagClassName
{
border-color: #F91DB1;
}
</style>