Shades of Spicy Pink #F51BA8
Tints of Spicy Pink #F51BA8
RGB
CMYK
RGB Variations
Color information
#F51BA8 (or 0xF51BA8) is known color: Spicy Pink. HEX triplet: F5, 1B and A8. RGB value is (245,27,168). Sum of RGB (Red+Green+Blue) = 245+27+168=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51BA8 is #0AE457. Grayscale: #6B6B6B. Windows color (decimal): -713816 or 11017205. OLE color: 11017205.
HSL color Cylindrical-coordinate representation of color #F51BA8: hue angle of 321.19º 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 #F51BA8 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 168 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.04 |
| HSL | 321.19º | 0.92% | 0.53% | - |
| HSV(B) | 321.19º | 0.89% | 0.96% | - |
| XYZ | 45.12 | 23.02 | 39.11 | - |
| YUV | 108.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 168 | 0 | 0.89 | 0.31 | 0.04 | 321.19 | 0.92 | 0.53 |
| Hex | F5 | 1B | A8 | 0 | 59 | 1F | 4 | 141 | 5C | 35 |
| Octal | 365 | 33 | 250 | 0 | 131 | 37 | 4 | 501 | 134 | 65 |
| Binary | 11110101 | 11011 | 10101000 | 0 | 1011001 | 11111 | 100 | 101000001 | 1011100 | 110101 |
Color Harmonies of #F51BA8
Complementary color
Monochromatic Colors of #F51BA8
Black with #F51BA8
Text Example
Text Example
White with #F51BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BA8; }
p { color: rgb(245,27,168); }
H1.HeaderClassName
{
color: #F51BA8;
}
.AnyTagClassName
{
color: #F51BA8;
}
</style>
background-color css
<style>
a { background-color: #F51BA8; }
a { background-color: rgb(245,27,168); }
div.DivClassName
{
background-color: #F51BA8;
}
.BgClassName
{
background-color: #F51BA8;
}
</style>
border-color css
<style>
span { border-color: #F51BA8; }
span { border-color: rgb(245,27,168); }
td.TdClassName
{
border-color: #F51BA8;
}
.TagClassName
{
border-color: #F51BA8;
}
</style>