Shades of Spicy Pink #F510B1
Tints of Spicy Pink #F510B1
RGB
CMYK
RGB Variations
Color information
#F510B1 (or 0xF510B1) is known color: Spicy Pink. HEX triplet: F5, 10 and B1. RGB value is (245,16,177). Sum of RGB (Red+Green+Blue) = 245+16+177=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F510B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F510B1 is #0AEF4E. Grayscale: #666666. Windows color (decimal): -716623 or 11604213. OLE color: 11604213.
HSL color Cylindrical-coordinate representation of color #F510B1: hue angle of 317.82º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F510B1 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 177 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.04 |
| HSL | 317.82º | 0.92% | 0.51% | - |
| HSV(B) | 317.82º | 0.93% | 0.96% | - |
| XYZ | 45.78 | 22.96 | 43.61 | - |
| YUV | 102.83 | 169.87 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 177 | 0 | 0.93 | 0.28 | 0.04 | 317.82 | 0.92 | 0.51 |
| Hex | F5 | 10 | B1 | 0 | 5D | 1C | 4 | 13E | 5C | 33 |
| Octal | 365 | 20 | 261 | 0 | 135 | 34 | 4 | 476 | 134 | 63 |
| Binary | 11110101 | 10000 | 10110001 | 0 | 1011101 | 11100 | 100 | 100111110 | 1011100 | 110011 |
Color Harmonies of #F510B1
Complementary color
Monochromatic Colors of #F510B1
Black with #F510B1
Text Example
Text Example
White with #F510B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510B1; }
p { color: rgb(245,16,177); }
H1.HeaderClassName
{
color: #F510B1;
}
.AnyTagClassName
{
color: #F510B1;
}
</style>
background-color css
<style>
a { background-color: #F510B1; }
a { background-color: rgb(245,16,177); }
div.DivClassName
{
background-color: #F510B1;
}
.BgClassName
{
background-color: #F510B1;
}
</style>
border-color css
<style>
span { border-color: #F510B1; }
span { border-color: rgb(245,16,177); }
td.TdClassName
{
border-color: #F510B1;
}
.TagClassName
{
border-color: #F510B1;
}
</style>