Shades of Spicy Pink #F31CAC
Tints of Spicy Pink #F31CAC
RGB
CMYK
RGB Variations
Color information
#F31CAC (or 0xF31CAC) is known color: Spicy Pink. HEX triplet: F3, 1C and AC. RGB value is (243,28,172). Sum of RGB (Red+Green+Blue) = 243+28+172=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31CAC is #0CE353. Grayscale: #6C6C6C. Windows color (decimal): -844628 or 11279603. OLE color: 11279603.
HSL color Cylindrical-coordinate representation of color #F31CAC: hue angle of 319.81º 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 #F31CAC is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 172 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.05 |
| HSL | 319.81º | 0.9% | 0.53% | - |
| HSV(B) | 319.81º | 0.88% | 0.95% | - |
| XYZ | 44.82 | 22.86 | 41.08 | - |
| YUV | 108.7 | 163.73 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 172 | 0 | 0.88 | 0.29 | 0.05 | 319.81 | 0.9 | 0.53 |
| Hex | F3 | 1C | AC | 0 | 58 | 1D | 5 | 140 | 5A | 35 |
| Octal | 363 | 34 | 254 | 0 | 130 | 35 | 5 | 500 | 132 | 65 |
| Binary | 11110011 | 11100 | 10101100 | 0 | 1011000 | 11101 | 101 | 101000000 | 1011010 | 110101 |
Color Harmonies of #F31CAC
Complementary color
Monochromatic Colors of #F31CAC
Black with #F31CAC
Text Example
Text Example
White with #F31CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CAC; }
p { color: rgb(243,28,172); }
H1.HeaderClassName
{
color: #F31CAC;
}
.AnyTagClassName
{
color: #F31CAC;
}
</style>
background-color css
<style>
a { background-color: #F31CAC; }
a { background-color: rgb(243,28,172); }
div.DivClassName
{
background-color: #F31CAC;
}
.BgClassName
{
background-color: #F31CAC;
}
</style>
border-color css
<style>
span { border-color: #F31CAC; }
span { border-color: rgb(243,28,172); }
td.TdClassName
{
border-color: #F31CAC;
}
.TagClassName
{
border-color: #F31CAC;
}
</style>