Shades of Spicy Pink #F31AB0
Tints of Spicy Pink #F31AB0
RGB
CMYK
RGB Variations
Color information
#F31AB0 (or 0xF31AB0) is known color: Spicy Pink. HEX triplet: F3, 1A and B0. RGB value is (243,26,176). Sum of RGB (Red+Green+Blue) = 243+26+176=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31AB0 is #0CE54F. Grayscale: #6B6B6B. Windows color (decimal): -845136 or 11541235. OLE color: 11541235.
HSL color Cylindrical-coordinate representation of color #F31AB0: hue angle of 318.53º 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 #F31AB0 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 176 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.05 |
| HSL | 318.53º | 0.9% | 0.53% | - |
| HSV(B) | 318.53º | 0.89% | 0.95% | - |
| XYZ | 45.17 | 22.93 | 43.12 | - |
| YUV | 107.98 | 166.39 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 176 | 0 | 0.89 | 0.28 | 0.05 | 318.53 | 0.9 | 0.53 |
| Hex | F3 | 1A | B0 | 0 | 59 | 1C | 5 | 13F | 5A | 35 |
| Octal | 363 | 32 | 260 | 0 | 131 | 34 | 5 | 477 | 132 | 65 |
| Binary | 11110011 | 11010 | 10110000 | 0 | 1011001 | 11100 | 101 | 100111111 | 1011010 | 110101 |
Color Harmonies of #F31AB0
Complementary color
Monochromatic Colors of #F31AB0
Black with #F31AB0
Text Example
Text Example
White with #F31AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AB0; }
p { color: rgb(243,26,176); }
H1.HeaderClassName
{
color: #F31AB0;
}
.AnyTagClassName
{
color: #F31AB0;
}
</style>
background-color css
<style>
a { background-color: #F31AB0; }
a { background-color: rgb(243,26,176); }
div.DivClassName
{
background-color: #F31AB0;
}
.BgClassName
{
background-color: #F31AB0;
}
</style>
border-color css
<style>
span { border-color: #F31AB0; }
span { border-color: rgb(243,26,176); }
td.TdClassName
{
border-color: #F31AB0;
}
.TagClassName
{
border-color: #F31AB0;
}
</style>