Shades of Spicy Pink #F31DB5
Tints of Spicy Pink #F31DB5
RGB
CMYK
RGB Variations
Color information
#F31DB5 (or 0xF31DB5) is known color: Spicy Pink. HEX triplet: F3, 1D and B5. RGB value is (243,29,181). Sum of RGB (Red+Green+Blue) = 243+29+181=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DB5 is #0CE24A. Grayscale: #6D6D6D. Windows color (decimal): -844363 or 11869683. OLE color: 11869683.
HSL color Cylindrical-coordinate representation of color #F31DB5: hue angle of 317.38º 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 #F31DB5 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 181 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.05 |
| HSL | 317.38º | 0.9% | 0.53% | - |
| HSV(B) | 317.38º | 0.88% | 0.95% | - |
| XYZ | 45.74 | 23.27 | 45.8 | - |
| YUV | 110.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 181 | 0 | 0.88 | 0.26 | 0.05 | 317.38 | 0.9 | 0.53 |
| Hex | F3 | 1D | B5 | 0 | 58 | 1A | 5 | 13D | 5A | 35 |
| Octal | 363 | 35 | 265 | 0 | 130 | 32 | 5 | 475 | 132 | 65 |
| Binary | 11110011 | 11101 | 10110101 | 0 | 1011000 | 11010 | 101 | 100111101 | 1011010 | 110101 |
Color Harmonies of #F31DB5
Complementary color
Monochromatic Colors of #F31DB5
Black with #F31DB5
Text Example
Text Example
White with #F31DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DB5; }
p { color: rgb(243,29,181); }
H1.HeaderClassName
{
color: #F31DB5;
}
.AnyTagClassName
{
color: #F31DB5;
}
</style>
background-color css
<style>
a { background-color: #F31DB5; }
a { background-color: rgb(243,29,181); }
div.DivClassName
{
background-color: #F31DB5;
}
.BgClassName
{
background-color: #F31DB5;
}
</style>
border-color css
<style>
span { border-color: #F31DB5; }
span { border-color: rgb(243,29,181); }
td.TdClassName
{
border-color: #F31DB5;
}
.TagClassName
{
border-color: #F31DB5;
}
</style>