Shades of Spicy Pink #F31BA2
Tints of Spicy Pink #F31BA2
RGB
CMYK
RGB Variations
Color information
#F31BA2 (or 0xF31BA2) is known color: Spicy Pink. HEX triplet: F3, 1B and A2. RGB value is (243,27,162). Sum of RGB (Red+Green+Blue) = 243+27+162=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31BA2 is #0CE45D. Grayscale: #6A6A6A. Windows color (decimal): -844894 or 10623987. OLE color: 10623987.
HSL color Cylindrical-coordinate representation of color #F31BA2: hue angle of 322.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BA2 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 162 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.05 |
| HSL | 322.5º | 0.9% | 0.53% | - |
| HSV(B) | 322.5º | 0.89% | 0.95% | - |
| XYZ | 43.88 | 22.45 | 36.2 | - |
| YUV | 106.97 | 159.06 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 162 | 0 | 0.89 | 0.33 | 0.05 | 322.5 | 0.9 | 0.53 |
| Hex | F3 | 1B | A2 | 0 | 59 | 21 | 5 | 142 | 5A | 35 |
| Octal | 363 | 33 | 242 | 0 | 131 | 41 | 5 | 502 | 132 | 65 |
| Binary | 11110011 | 11011 | 10100010 | 0 | 1011001 | 100001 | 101 | 101000010 | 1011010 | 110101 |
Color Harmonies of #F31BA2
Complementary color
Monochromatic Colors of #F31BA2
Black with #F31BA2
Text Example
Text Example
White with #F31BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BA2; }
p { color: rgb(243,27,162); }
H1.HeaderClassName
{
color: #F31BA2;
}
.AnyTagClassName
{
color: #F31BA2;
}
</style>
background-color css
<style>
a { background-color: #F31BA2; }
a { background-color: rgb(243,27,162); }
div.DivClassName
{
background-color: #F31BA2;
}
.BgClassName
{
background-color: #F31BA2;
}
</style>
border-color css
<style>
span { border-color: #F31BA2; }
span { border-color: rgb(243,27,162); }
td.TdClassName
{
border-color: #F31BA2;
}
.TagClassName
{
border-color: #F31BA2;
}
</style>