Shades of Spicy Pink #F51AB1
Tints of Spicy Pink #F51AB1
RGB
CMYK
RGB Variations
Color information
#F51AB1 (or 0xF51AB1) is known color: Spicy Pink. HEX triplet: F5, 1A and B1. RGB value is (245,26,177). Sum of RGB (Red+Green+Blue) = 245+26+177=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51AB1 is #0AE54E. Grayscale: #6C6C6C. Windows color (decimal): -714063 or 11606773. OLE color: 11606773.
HSL color Cylindrical-coordinate representation of color #F51AB1: hue angle of 318.63º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.04 |
| HSL | 318.63º | 0.92% | 0.53% | - |
| HSV(B) | 318.63º | 0.89% | 0.96% | - |
| XYZ | 45.96 | 23.33 | 43.67 | - |
| YUV | 108.7 | 166.55 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 177 | 0 | 0.89 | 0.28 | 0.04 | 318.63 | 0.92 | 0.53 |
| Hex | F5 | 1A | B1 | 0 | 59 | 1C | 4 | 13F | 5C | 35 |
| Octal | 365 | 32 | 261 | 0 | 131 | 34 | 4 | 477 | 134 | 65 |
| Binary | 11110101 | 11010 | 10110001 | 0 | 1011001 | 11100 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F51AB1
Complementary color
Monochromatic Colors of #F51AB1
Black with #F51AB1
Text Example
Text Example
White with #F51AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51AB1; }
p { color: rgb(245,26,177); }
H1.HeaderClassName
{
color: #F51AB1;
}
.AnyTagClassName
{
color: #F51AB1;
}
</style>
background-color css
<style>
a { background-color: #F51AB1; }
a { background-color: rgb(245,26,177); }
div.DivClassName
{
background-color: #F51AB1;
}
.BgClassName
{
background-color: #F51AB1;
}
</style>
border-color css
<style>
span { border-color: #F51AB1; }
span { border-color: rgb(245,26,177); }
td.TdClassName
{
border-color: #F51AB1;
}
.TagClassName
{
border-color: #F51AB1;
}
</style>