Shades of Spicy Pink #F31EA5
Tints of Spicy Pink #F31EA5
RGB
CMYK
RGB Variations
Color information
#F31EA5 (or 0xF31EA5) is known color: Spicy Pink. HEX triplet: F3, 1E and A5. RGB value is (243,30,165). Sum of RGB (Red+Green+Blue) = 243+30+165=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31EA5 is #0CE15A. Grayscale: #6C6C6C. Windows color (decimal): -844123 or 10821363. OLE color: 10821363.
HSL color Cylindrical-coordinate representation of color #F31EA5: hue angle of 321.97º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31EA5 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 165 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.05 |
| HSL | 321.97º | 0.9% | 0.54% | - |
| HSV(B) | 321.97º | 0.88% | 0.95% | - |
| XYZ | 44.22 | 22.7 | 37.65 | - |
| YUV | 109.08 | 159.57 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 165 | 0 | 0.88 | 0.32 | 0.05 | 321.97 | 0.9 | 0.54 |
| Hex | F3 | 1E | A5 | 0 | 58 | 20 | 5 | 142 | 5A | 36 |
| Octal | 363 | 36 | 245 | 0 | 130 | 40 | 5 | 502 | 132 | 66 |
| Binary | 11110011 | 11110 | 10100101 | 0 | 1011000 | 100000 | 101 | 101000010 | 1011010 | 110110 |
Color Harmonies of #F31EA5
Complementary color
Monochromatic Colors of #F31EA5
Black with #F31EA5
Text Example
Text Example
White with #F31EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EA5; }
p { color: rgb(243,30,165); }
H1.HeaderClassName
{
color: #F31EA5;
}
.AnyTagClassName
{
color: #F31EA5;
}
</style>
background-color css
<style>
a { background-color: #F31EA5; }
a { background-color: rgb(243,30,165); }
div.DivClassName
{
background-color: #F31EA5;
}
.BgClassName
{
background-color: #F31EA5;
}
</style>
border-color css
<style>
span { border-color: #F31EA5; }
span { border-color: rgb(243,30,165); }
td.TdClassName
{
border-color: #F31EA5;
}
.TagClassName
{
border-color: #F31EA5;
}
</style>