Shades of Spicy Pink #F51AAA
Tints of Spicy Pink #F51AAA
RGB
CMYK
RGB Variations
Color information
#F51AAA (or 0xF51AAA) is known color: Spicy Pink. HEX triplet: F5, 1A and AA. RGB value is (245,26,170). Sum of RGB (Red+Green+Blue) = 245+26+170=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51AAA is #0AE555. Grayscale: #6B6B6B. Windows color (decimal): -714070 or 11148021. OLE color: 11148021.
HSL color Cylindrical-coordinate representation of color #F51AAA: hue angle of 320.55º 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 #F51AAA is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.04 |
| HSL | 320.55º | 0.92% | 0.53% | - |
| HSV(B) | 320.55º | 0.89% | 0.96% | - |
| XYZ | 45.28 | 23.05 | 40.09 | - |
| YUV | 107.9 | 163.05 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 170 | 0 | 0.89 | 0.31 | 0.04 | 320.55 | 0.92 | 0.53 |
| Hex | F5 | 1A | AA | 0 | 59 | 1F | 4 | 141 | 5C | 35 |
| Octal | 365 | 32 | 252 | 0 | 131 | 37 | 4 | 501 | 134 | 65 |
| Binary | 11110101 | 11010 | 10101010 | 0 | 1011001 | 11111 | 100 | 101000001 | 1011100 | 110101 |
Color Harmonies of #F51AAA
Complementary color
Monochromatic Colors of #F51AAA
Black with #F51AAA
Text Example
Text Example
White with #F51AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51AAA; }
p { color: rgb(245,26,170); }
H1.HeaderClassName
{
color: #F51AAA;
}
.AnyTagClassName
{
color: #F51AAA;
}
</style>
background-color css
<style>
a { background-color: #F51AAA; }
a { background-color: rgb(245,26,170); }
div.DivClassName
{
background-color: #F51AAA;
}
.BgClassName
{
background-color: #F51AAA;
}
</style>
border-color css
<style>
span { border-color: #F51AAA; }
span { border-color: rgb(245,26,170); }
td.TdClassName
{
border-color: #F51AAA;
}
.TagClassName
{
border-color: #F51AAA;
}
</style>