Shades of Spicy Pink #F31AAA
Tints of Spicy Pink #F31AAA
RGB
CMYK
RGB Variations
Color information
#F31AAA (or 0xF31AAA) is known color: Spicy Pink. HEX triplet: F3, 1A and AA. RGB value is (243,26,170). Sum of RGB (Red+Green+Blue) = 243+26+170=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31AAA is #0CE555. Grayscale: #6A6A6A. Windows color (decimal): -845142 or 11148019. OLE color: 11148019.
HSL color Cylindrical-coordinate representation of color #F31AAA: hue angle of 320.18º 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 #F31AAA is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.05 |
| HSL | 320.18º | 0.9% | 0.53% | - |
| HSV(B) | 320.18º | 0.89% | 0.95% | - |
| XYZ | 44.59 | 22.7 | 40.06 | - |
| YUV | 107.3 | 163.39 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 170 | 0 | 0.89 | 0.30 | 0.05 | 320.18 | 0.9 | 0.53 |
| Hex | F3 | 1A | AA | 0 | 59 | 1E | 5 | 140 | 5A | 35 |
| Octal | 363 | 32 | 252 | 0 | 131 | 36 | 5 | 500 | 132 | 65 |
| Binary | 11110011 | 11010 | 10101010 | 0 | 1011001 | 11110 | 101 | 101000000 | 1011010 | 110101 |
Color Harmonies of #F31AAA
Complementary color
Monochromatic Colors of #F31AAA
Black with #F31AAA
Text Example
Text Example
White with #F31AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AAA; }
p { color: rgb(243,26,170); }
H1.HeaderClassName
{
color: #F31AAA;
}
.AnyTagClassName
{
color: #F31AAA;
}
</style>
background-color css
<style>
a { background-color: #F31AAA; }
a { background-color: rgb(243,26,170); }
div.DivClassName
{
background-color: #F31AAA;
}
.BgClassName
{
background-color: #F31AAA;
}
</style>
border-color css
<style>
span { border-color: #F31AAA; }
span { border-color: rgb(243,26,170); }
td.TdClassName
{
border-color: #F31AAA;
}
.TagClassName
{
border-color: #F31AAA;
}
</style>