Shades of Spicy Pink #F31AAB
Tints of Spicy Pink #F31AAB
RGB
CMYK
RGB Variations
Color information
#F31AAB (or 0xF31AAB) is known color: Spicy Pink. HEX triplet: F3, 1A and AB. RGB value is (243,26,171). Sum of RGB (Red+Green+Blue) = 243+26+171=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31AAB is #0CE554. Grayscale: #6B6B6B. Windows color (decimal): -845141 or 11213555. OLE color: 11213555.
HSL color Cylindrical-coordinate representation of color #F31AAB: hue angle of 319.91º 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 #F31AAB is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 171 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.05 |
| HSL | 319.91º | 0.9% | 0.53% | - |
| HSV(B) | 319.91º | 0.89% | 0.95% | - |
| XYZ | 44.68 | 22.73 | 40.56 | - |
| YUV | 107.41 | 163.89 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 171 | 0 | 0.89 | 0.30 | 0.05 | 319.91 | 0.9 | 0.53 |
| Hex | F3 | 1A | AB | 0 | 59 | 1E | 5 | 140 | 5A | 35 |
| Octal | 363 | 32 | 253 | 0 | 131 | 36 | 5 | 500 | 132 | 65 |
| Binary | 11110011 | 11010 | 10101011 | 0 | 1011001 | 11110 | 101 | 101000000 | 1011010 | 110101 |
Color Harmonies of #F31AAB
Complementary color
Monochromatic Colors of #F31AAB
Black with #F31AAB
Text Example
Text Example
White with #F31AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AAB; }
p { color: rgb(243,26,171); }
H1.HeaderClassName
{
color: #F31AAB;
}
.AnyTagClassName
{
color: #F31AAB;
}
</style>
background-color css
<style>
a { background-color: #F31AAB; }
a { background-color: rgb(243,26,171); }
div.DivClassName
{
background-color: #F31AAB;
}
.BgClassName
{
background-color: #F31AAB;
}
</style>
border-color css
<style>
span { border-color: #F31AAB; }
span { border-color: rgb(243,26,171); }
td.TdClassName
{
border-color: #F31AAB;
}
.TagClassName
{
border-color: #F31AAB;
}
</style>