Shades of Spicy Pink #F31DB2
Tints of Spicy Pink #F31DB2
RGB
CMYK
RGB Variations
Color information
#F31DB2 (or 0xF31DB2) is known color: Spicy Pink. HEX triplet: F3, 1D and B2. RGB value is (243,29,178). Sum of RGB (Red+Green+Blue) = 243+29+178=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31DB2 is #0CE24D. Grayscale: #6D6D6D. Windows color (decimal): -844366 or 11673075. OLE color: 11673075.
HSL color Cylindrical-coordinate representation of color #F31DB2: hue angle of 318.22º 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 #F31DB2 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 178 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.05 |
| HSL | 318.22º | 0.9% | 0.53% | - |
| HSV(B) | 318.22º | 0.88% | 0.95% | - |
| XYZ | 45.44 | 23.15 | 44.19 | - |
| YUV | 109.97 | 166.4 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 178 | 0 | 0.88 | 0.27 | 0.05 | 318.22 | 0.9 | 0.53 |
| Hex | F3 | 1D | B2 | 0 | 58 | 1B | 5 | 13E | 5A | 35 |
| Octal | 363 | 35 | 262 | 0 | 130 | 33 | 5 | 476 | 132 | 65 |
| Binary | 11110011 | 11101 | 10110010 | 0 | 1011000 | 11011 | 101 | 100111110 | 1011010 | 110101 |
Color Harmonies of #F31DB2
Complementary color
Monochromatic Colors of #F31DB2
Black with #F31DB2
Text Example
Text Example
White with #F31DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DB2; }
p { color: rgb(243,29,178); }
H1.HeaderClassName
{
color: #F31DB2;
}
.AnyTagClassName
{
color: #F31DB2;
}
</style>
background-color css
<style>
a { background-color: #F31DB2; }
a { background-color: rgb(243,29,178); }
div.DivClassName
{
background-color: #F31DB2;
}
.BgClassName
{
background-color: #F31DB2;
}
</style>
border-color css
<style>
span { border-color: #F31DB2; }
span { border-color: rgb(243,29,178); }
td.TdClassName
{
border-color: #F31DB2;
}
.TagClassName
{
border-color: #F31DB2;
}
</style>