Shades of Spicy Pink #F31DB4
Tints of Spicy Pink #F31DB4
RGB
CMYK
RGB Variations
Color information
#F31DB4 (or 0xF31DB4) is known color: Spicy Pink. HEX triplet: F3, 1D and B4. RGB value is (243,29,180). Sum of RGB (Red+Green+Blue) = 243+29+180=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DB4 is #0CE24B. Grayscale: #6D6D6D. Windows color (decimal): -844364 or 11804147. OLE color: 11804147.
HSL color Cylindrical-coordinate representation of color #F31DB4: hue angle of 317.66º 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 #F31DB4 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 180 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.05 |
| HSL | 317.66º | 0.9% | 0.53% | - |
| HSV(B) | 317.66º | 0.88% | 0.95% | - |
| XYZ | 45.64 | 23.23 | 45.26 | - |
| YUV | 110.2 | 167.4 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 180 | 0 | 0.88 | 0.26 | 0.05 | 317.66 | 0.9 | 0.53 |
| Hex | F3 | 1D | B4 | 0 | 58 | 1A | 5 | 13E | 5A | 35 |
| Octal | 363 | 35 | 264 | 0 | 130 | 32 | 5 | 476 | 132 | 65 |
| Binary | 11110011 | 11101 | 10110100 | 0 | 1011000 | 11010 | 101 | 100111110 | 1011010 | 110101 |
Color Harmonies of #F31DB4
Complementary color
Monochromatic Colors of #F31DB4
Black with #F31DB4
Text Example
Text Example
White with #F31DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DB4; }
p { color: rgb(243,29,180); }
H1.HeaderClassName
{
color: #F31DB4;
}
.AnyTagClassName
{
color: #F31DB4;
}
</style>
background-color css
<style>
a { background-color: #F31DB4; }
a { background-color: rgb(243,29,180); }
div.DivClassName
{
background-color: #F31DB4;
}
.BgClassName
{
background-color: #F31DB4;
}
</style>
border-color css
<style>
span { border-color: #F31DB4; }
span { border-color: rgb(243,29,180); }
td.TdClassName
{
border-color: #F31DB4;
}
.TagClassName
{
border-color: #F31DB4;
}
</style>