Shades of Spicy Pink #F51DB7
Tints of Spicy Pink #F51DB7
RGB
CMYK
RGB Variations
Color information
#F51DB7 (or 0xF51DB7) is known color: Spicy Pink. HEX triplet: F5, 1D and B7. RGB value is (245,29,183). Sum of RGB (Red+Green+Blue) = 245+29+183=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51DB7 is #0AE248. Grayscale: #6E6E6E. Windows color (decimal): -713289 or 12000757. OLE color: 12000757.
HSL color Cylindrical-coordinate representation of color #F51DB7: hue angle of 317.22º 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 #F51DB7 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 183 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.04 |
| HSL | 317.22º | 0.92% | 0.54% | - |
| HSV(B) | 317.22º | 0.88% | 0.96% | - |
| XYZ | 46.64 | 23.71 | 46.92 | - |
| YUV | 111.14 | 168.56 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 183 | 0 | 0.88 | 0.25 | 0.04 | 317.22 | 0.92 | 0.54 |
| Hex | F5 | 1D | B7 | 0 | 58 | 19 | 4 | 13D | 5C | 36 |
| Octal | 365 | 35 | 267 | 0 | 130 | 31 | 4 | 475 | 134 | 66 |
| Binary | 11110101 | 11101 | 10110111 | 0 | 1011000 | 11001 | 100 | 100111101 | 1011100 | 110110 |
Color Harmonies of #F51DB7
Complementary color
Monochromatic Colors of #F51DB7
Black with #F51DB7
Text Example
Text Example
White with #F51DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51DB7; }
p { color: rgb(245,29,183); }
H1.HeaderClassName
{
color: #F51DB7;
}
.AnyTagClassName
{
color: #F51DB7;
}
</style>
background-color css
<style>
a { background-color: #F51DB7; }
a { background-color: rgb(245,29,183); }
div.DivClassName
{
background-color: #F51DB7;
}
.BgClassName
{
background-color: #F51DB7;
}
</style>
border-color css
<style>
span { border-color: #F51DB7; }
span { border-color: rgb(245,29,183); }
td.TdClassName
{
border-color: #F51DB7;
}
.TagClassName
{
border-color: #F51DB7;
}
</style>