Shades of Spicy Pink #F31AA1
Tints of Spicy Pink #F31AA1
RGB
CMYK
RGB Variations
Color information
#F31AA1 (or 0xF31AA1) is known color: Spicy Pink. HEX triplet: F3, 1A and A1. RGB value is (243,26,161). Sum of RGB (Red+Green+Blue) = 243+26+161=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31AA1 is #0CE55E. Grayscale: #696969. Windows color (decimal): -845151 or 10558195. OLE color: 10558195.
HSL color Cylindrical-coordinate representation of color #F31AA1: hue angle of 322.67º 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 #F31AA1 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 161 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.05 |
| HSL | 322.67º | 0.9% | 0.53% | - |
| HSV(B) | 322.67º | 0.89% | 0.95% | - |
| XYZ | 43.76 | 22.37 | 35.73 | - |
| YUV | 106.27 | 158.89 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 161 | 0 | 0.89 | 0.34 | 0.05 | 322.67 | 0.9 | 0.53 |
| Hex | F3 | 1A | A1 | 0 | 59 | 22 | 5 | 143 | 5A | 35 |
| Octal | 363 | 32 | 241 | 0 | 131 | 42 | 5 | 503 | 132 | 65 |
| Binary | 11110011 | 11010 | 10100001 | 0 | 1011001 | 100010 | 101 | 101000011 | 1011010 | 110101 |
Color Harmonies of #F31AA1
Complementary color
Monochromatic Colors of #F31AA1
Black with #F31AA1
Text Example
Text Example
White with #F31AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AA1; }
p { color: rgb(243,26,161); }
H1.HeaderClassName
{
color: #F31AA1;
}
.AnyTagClassName
{
color: #F31AA1;
}
</style>
background-color css
<style>
a { background-color: #F31AA1; }
a { background-color: rgb(243,26,161); }
div.DivClassName
{
background-color: #F31AA1;
}
.BgClassName
{
background-color: #F31AA1;
}
</style>
border-color css
<style>
span { border-color: #F31AA1; }
span { border-color: rgb(243,26,161); }
td.TdClassName
{
border-color: #F31AA1;
}
.TagClassName
{
border-color: #F31AA1;
}
</style>