Shades of Spicy Pink #F31AB1
Tints of Spicy Pink #F31AB1
RGB
CMYK
RGB Variations
Color information
#F31AB1 (or 0xF31AB1) is known color: Spicy Pink. HEX triplet: F3, 1A and B1. RGB value is (243,26,177). Sum of RGB (Red+Green+Blue) = 243+26+177=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31AB1 is #0CE54E. Grayscale: #6B6B6B. Windows color (decimal): -845135 or 11606771. OLE color: 11606771.
HSL color Cylindrical-coordinate representation of color #F31AB1: hue angle of 318.25º 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 #F31AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.05 |
| HSL | 318.25º | 0.9% | 0.53% | - |
| HSV(B) | 318.25º | 0.89% | 0.95% | - |
| XYZ | 45.27 | 22.97 | 43.64 | - |
| YUV | 108.1 | 166.89 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 177 | 0 | 0.89 | 0.27 | 0.05 | 318.25 | 0.9 | 0.53 |
| Hex | F3 | 1A | B1 | 0 | 59 | 1B | 5 | 13E | 5A | 35 |
| Octal | 363 | 32 | 261 | 0 | 131 | 33 | 5 | 476 | 132 | 65 |
| Binary | 11110011 | 11010 | 10110001 | 0 | 1011001 | 11011 | 101 | 100111110 | 1011010 | 110101 |
Color Harmonies of #F31AB1
Complementary color
Monochromatic Colors of #F31AB1
Black with #F31AB1
Text Example
Text Example
White with #F31AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AB1; }
p { color: rgb(243,26,177); }
H1.HeaderClassName
{
color: #F31AB1;
}
.AnyTagClassName
{
color: #F31AB1;
}
</style>
background-color css
<style>
a { background-color: #F31AB1; }
a { background-color: rgb(243,26,177); }
div.DivClassName
{
background-color: #F31AB1;
}
.BgClassName
{
background-color: #F31AB1;
}
</style>
border-color css
<style>
span { border-color: #F31AB1; }
span { border-color: rgb(243,26,177); }
td.TdClassName
{
border-color: #F31AB1;
}
.TagClassName
{
border-color: #F31AB1;
}
</style>