Shades of Spicy Pink #F51CAA
Tints of Spicy Pink #F51CAA
RGB
CMYK
RGB Variations
Color information
#F51CAA (or 0xF51CAA) is known color: Spicy Pink. HEX triplet: F5, 1C and AA. RGB value is (245,28,170). Sum of RGB (Red+Green+Blue) = 245+28+170=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51CAA is #0AE355. Grayscale: #6C6C6C. Windows color (decimal): -713558 or 11148533. OLE color: 11148533.
HSL color Cylindrical-coordinate representation of color #F51CAA: hue angle of 320.74º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CAA is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 170 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.04 |
| HSL | 320.74º | 0.92% | 0.54% | - |
| HSV(B) | 320.74º | 0.89% | 0.96% | - |
| XYZ | 45.33 | 23.15 | 40.11 | - |
| YUV | 109.07 | 162.39 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 170 | 0 | 0.89 | 0.31 | 0.04 | 320.74 | 0.92 | 0.54 |
| Hex | F5 | 1C | AA | 0 | 59 | 1F | 4 | 141 | 5C | 36 |
| Octal | 365 | 34 | 252 | 0 | 131 | 37 | 4 | 501 | 134 | 66 |
| Binary | 11110101 | 11100 | 10101010 | 0 | 1011001 | 11111 | 100 | 101000001 | 1011100 | 110110 |
Color Harmonies of #F51CAA
Complementary color
Monochromatic Colors of #F51CAA
Black with #F51CAA
Text Example
Text Example
White with #F51CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CAA; }
p { color: rgb(245,28,170); }
H1.HeaderClassName
{
color: #F51CAA;
}
.AnyTagClassName
{
color: #F51CAA;
}
</style>
background-color css
<style>
a { background-color: #F51CAA; }
a { background-color: rgb(245,28,170); }
div.DivClassName
{
background-color: #F51CAA;
}
.BgClassName
{
background-color: #F51CAA;
}
</style>
border-color css
<style>
span { border-color: #F51CAA; }
span { border-color: rgb(245,28,170); }
td.TdClassName
{
border-color: #F51CAA;
}
.TagClassName
{
border-color: #F51CAA;
}
</style>