Shades of Spicy Pink #F513B3
Tints of Spicy Pink #F513B3
RGB
CMYK
RGB Variations
Color information
#F513B3 (or 0xF513B3) is known color: Spicy Pink. HEX triplet: F5, 13 and B3. RGB value is (245,19,179). Sum of RGB (Red+Green+Blue) = 245+19+179=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F513B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513B3 is #0AEC4C. Grayscale: #686868. Windows color (decimal): -715853 or 11736053. OLE color: 11736053.
HSL color Cylindrical-coordinate representation of color #F513B3: hue angle of 317.52º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F513B3 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 179 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.04 |
| HSL | 317.52º | 0.92% | 0.52% | - |
| HSV(B) | 317.52º | 0.92% | 0.96% | - |
| XYZ | 46.03 | 23.13 | 44.69 | - |
| YUV | 104.81 | 169.87 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 179 | 0 | 0.92 | 0.27 | 0.04 | 317.52 | 0.92 | 0.52 |
| Hex | F5 | 13 | B3 | 0 | 5C | 1B | 4 | 13E | 5C | 34 |
| Octal | 365 | 23 | 263 | 0 | 134 | 33 | 4 | 476 | 134 | 64 |
| Binary | 11110101 | 10011 | 10110011 | 0 | 1011100 | 11011 | 100 | 100111110 | 1011100 | 110100 |
Color Harmonies of #F513B3
Complementary color
Monochromatic Colors of #F513B3
Black with #F513B3
Text Example
Text Example
White with #F513B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513B3; }
p { color: rgb(245,19,179); }
H1.HeaderClassName
{
color: #F513B3;
}
.AnyTagClassName
{
color: #F513B3;
}
</style>
background-color css
<style>
a { background-color: #F513B3; }
a { background-color: rgb(245,19,179); }
div.DivClassName
{
background-color: #F513B3;
}
.BgClassName
{
background-color: #F513B3;
}
</style>
border-color css
<style>
span { border-color: #F513B3; }
span { border-color: rgb(245,19,179); }
td.TdClassName
{
border-color: #F513B3;
}
.TagClassName
{
border-color: #F513B3;
}
</style>