Shades of Spicy Pink #F51DB8
Tints of Spicy Pink #F51DB8
RGB
CMYK
RGB Variations
Color information
#F51DB8 (or 0xF51DB8) is known color: Spicy Pink. HEX triplet: F5, 1D and B8. RGB value is (245,29,184). Sum of RGB (Red+Green+Blue) = 245+29+184=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51DB8 is #0AE247. Grayscale: #6E6E6E. Windows color (decimal): -713288 or 12066293. OLE color: 12066293.
HSL color Cylindrical-coordinate representation of color #F51DB8: hue angle of 316.94º 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 #F51DB8 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 184 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.04 |
| HSL | 316.94º | 0.92% | 0.54% | - |
| HSV(B) | 316.94º | 0.88% | 0.96% | - |
| XYZ | 46.75 | 23.75 | 47.47 | - |
| YUV | 111.25 | 169.06 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 184 | 0 | 0.88 | 0.25 | 0.04 | 316.94 | 0.92 | 0.54 |
| Hex | F5 | 1D | B8 | 0 | 58 | 19 | 4 | 13D | 5C | 36 |
| Octal | 365 | 35 | 270 | 0 | 130 | 31 | 4 | 475 | 134 | 66 |
| Binary | 11110101 | 11101 | 10111000 | 0 | 1011000 | 11001 | 100 | 100111101 | 1011100 | 110110 |
Color Harmonies of #F51DB8
Complementary color
Monochromatic Colors of #F51DB8
Black with #F51DB8
Text Example
Text Example
White with #F51DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51DB8; }
p { color: rgb(245,29,184); }
H1.HeaderClassName
{
color: #F51DB8;
}
.AnyTagClassName
{
color: #F51DB8;
}
</style>
background-color css
<style>
a { background-color: #F51DB8; }
a { background-color: rgb(245,29,184); }
div.DivClassName
{
background-color: #F51DB8;
}
.BgClassName
{
background-color: #F51DB8;
}
</style>
border-color css
<style>
span { border-color: #F51DB8; }
span { border-color: rgb(245,29,184); }
td.TdClassName
{
border-color: #F51DB8;
}
.TagClassName
{
border-color: #F51DB8;
}
</style>