Shades of Spicy Pink #F31DB6
Tints of Spicy Pink #F31DB6
RGB
CMYK
RGB Variations
Color information
#F31DB6 (or 0xF31DB6) is known color: Spicy Pink. HEX triplet: F3, 1D and B6. RGB value is (243,29,182). Sum of RGB (Red+Green+Blue) = 243+29+182=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DB6 is #0CE249. Grayscale: #6E6E6E. Windows color (decimal): -844362 or 11935219. OLE color: 11935219.
HSL color Cylindrical-coordinate representation of color #F31DB6: hue angle of 317.1º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DB6 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 182 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.05 |
| HSL | 317.1º | 0.9% | 0.53% | - |
| HSV(B) | 317.1º | 0.88% | 0.95% | - |
| XYZ | 45.85 | 23.31 | 46.34 | - |
| YUV | 110.43 | 168.4 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 182 | 0 | 0.88 | 0.25 | 0.05 | 317.1 | 0.9 | 0.53 |
| Hex | F3 | 1D | B6 | 0 | 58 | 19 | 5 | 13D | 5A | 35 |
| Octal | 363 | 35 | 266 | 0 | 130 | 31 | 5 | 475 | 132 | 65 |
| Binary | 11110011 | 11101 | 10110110 | 0 | 1011000 | 11001 | 101 | 100111101 | 1011010 | 110101 |
Color Harmonies of #F31DB6
Complementary color
Monochromatic Colors of #F31DB6
Black with #F31DB6
Text Example
Text Example
White with #F31DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DB6; }
p { color: rgb(243,29,182); }
H1.HeaderClassName
{
color: #F31DB6;
}
.AnyTagClassName
{
color: #F31DB6;
}
</style>
background-color css
<style>
a { background-color: #F31DB6; }
a { background-color: rgb(243,29,182); }
div.DivClassName
{
background-color: #F31DB6;
}
.BgClassName
{
background-color: #F31DB6;
}
</style>
border-color css
<style>
span { border-color: #F31DB6; }
span { border-color: rgb(243,29,182); }
td.TdClassName
{
border-color: #F31DB6;
}
.TagClassName
{
border-color: #F31DB6;
}
</style>