Shades of Spicy Pink #F51AAF
Tints of Spicy Pink #F51AAF
RGB
CMYK
RGB Variations
Color information
#F51AAF (or 0xF51AAF) is known color: Spicy Pink. HEX triplet: F5, 1A and AF. RGB value is (245,26,175). Sum of RGB (Red+Green+Blue) = 245+26+175=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51AAF is #0AE550. Grayscale: #6C6C6C. Windows color (decimal): -714065 or 11475701. OLE color: 11475701.
HSL color Cylindrical-coordinate representation of color #F51AAF: hue angle of 319.18º 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 #F51AAF is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 175 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.04 |
| HSL | 319.18º | 0.92% | 0.53% | - |
| HSV(B) | 319.18º | 0.89% | 0.96% | - |
| XYZ | 45.76 | 23.25 | 42.63 | - |
| YUV | 108.47 | 165.55 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 175 | 0 | 0.89 | 0.29 | 0.04 | 319.18 | 0.92 | 0.53 |
| Hex | F5 | 1A | AF | 0 | 59 | 1D | 4 | 13F | 5C | 35 |
| Octal | 365 | 32 | 257 | 0 | 131 | 35 | 4 | 477 | 134 | 65 |
| Binary | 11110101 | 11010 | 10101111 | 0 | 1011001 | 11101 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F51AAF
Complementary color
Monochromatic Colors of #F51AAF
Black with #F51AAF
Text Example
Text Example
White with #F51AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51AAF; }
p { color: rgb(245,26,175); }
H1.HeaderClassName
{
color: #F51AAF;
}
.AnyTagClassName
{
color: #F51AAF;
}
</style>
background-color css
<style>
a { background-color: #F51AAF; }
a { background-color: rgb(245,26,175); }
div.DivClassName
{
background-color: #F51AAF;
}
.BgClassName
{
background-color: #F51AAF;
}
</style>
border-color css
<style>
span { border-color: #F51AAF; }
span { border-color: rgb(245,26,175); }
td.TdClassName
{
border-color: #F51AAF;
}
.TagClassName
{
border-color: #F51AAF;
}
</style>