Shades of Spicy Pink #F51DB9
Tints of Spicy Pink #F51DB9
RGB
CMYK
RGB Variations
Color information
#F51DB9 (or 0xF51DB9) is known color: Spicy Pink. HEX triplet: F5, 1D and B9. RGB value is (245,29,185). Sum of RGB (Red+Green+Blue) = 245+29+185=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51DB9 is #0AE246. Grayscale: #6E6E6E. Windows color (decimal): -713287 or 12131829. OLE color: 12131829.
HSL color Cylindrical-coordinate representation of color #F51DB9: hue angle of 316.67º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51DB9 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 185 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.04 |
| HSL | 316.67º | 0.92% | 0.54% | - |
| HSV(B) | 316.67º | 0.88% | 0.96% | - |
| XYZ | 46.85 | 23.79 | 48.02 | - |
| YUV | 111.37 | 169.56 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 185 | 0 | 0.88 | 0.24 | 0.04 | 316.67 | 0.92 | 0.54 |
| Hex | F5 | 1D | B9 | 0 | 58 | 18 | 4 | 13D | 5C | 36 |
| Octal | 365 | 35 | 271 | 0 | 130 | 30 | 4 | 475 | 134 | 66 |
| Binary | 11110101 | 11101 | 10111001 | 0 | 1011000 | 11000 | 100 | 100111101 | 1011100 | 110110 |
Color Harmonies of #F51DB9
Complementary color
Monochromatic Colors of #F51DB9
Black with #F51DB9
Text Example
Text Example
White with #F51DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51DB9; }
p { color: rgb(245,29,185); }
H1.HeaderClassName
{
color: #F51DB9;
}
.AnyTagClassName
{
color: #F51DB9;
}
</style>
background-color css
<style>
a { background-color: #F51DB9; }
a { background-color: rgb(245,29,185); }
div.DivClassName
{
background-color: #F51DB9;
}
.BgClassName
{
background-color: #F51DB9;
}
</style>
border-color css
<style>
span { border-color: #F51DB9; }
span { border-color: rgb(245,29,185); }
td.TdClassName
{
border-color: #F51DB9;
}
.TagClassName
{
border-color: #F51DB9;
}
</style>