Shades of Spicy Pink #F518B0
Tints of Spicy Pink #F518B0
RGB
CMYK
RGB Variations
Color information
#F518B0 (or 0xF518B0) is known color: Spicy Pink. HEX triplet: F5, 18 and B0. RGB value is (245,24,176). Sum of RGB (Red+Green+Blue) = 245+24+176=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F518B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F518B0 is #0AE74F. Grayscale: #6B6B6B. Windows color (decimal): -714576 or 11540725. OLE color: 11540725.
HSL color Cylindrical-coordinate representation of color #F518B0: hue angle of 318.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F518B0 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 176 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.04 |
| HSL | 318.73º | 0.92% | 0.53% | - |
| HSV(B) | 318.73º | 0.9% | 0.96% | - |
| XYZ | 45.82 | 23.2 | 43.14 | - |
| YUV | 107.41 | 166.72 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 176 | 0 | 0.90 | 0.28 | 0.04 | 318.73 | 0.92 | 0.53 |
| Hex | F5 | 18 | B0 | 0 | 5A | 1C | 4 | 13F | 5C | 35 |
| Octal | 365 | 30 | 260 | 0 | 132 | 34 | 4 | 477 | 134 | 65 |
| Binary | 11110101 | 11000 | 10110000 | 0 | 1011010 | 11100 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F518B0
Complementary color
Monochromatic Colors of #F518B0
Black with #F518B0
Text Example
Text Example
White with #F518B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518B0; }
p { color: rgb(245,24,176); }
H1.HeaderClassName
{
color: #F518B0;
}
.AnyTagClassName
{
color: #F518B0;
}
</style>
background-color css
<style>
a { background-color: #F518B0; }
a { background-color: rgb(245,24,176); }
div.DivClassName
{
background-color: #F518B0;
}
.BgClassName
{
background-color: #F518B0;
}
</style>
border-color css
<style>
span { border-color: #F518B0; }
span { border-color: rgb(245,24,176); }
td.TdClassName
{
border-color: #F518B0;
}
.TagClassName
{
border-color: #F518B0;
}
</style>