Shades of Spicy Pink #F50FAC
Tints of Spicy Pink #F50FAC
RGB
CMYK
RGB Variations
Color information
#F50FAC (or 0xF50FAC) is known color: Spicy Pink. HEX triplet: F5, 0F and AC. RGB value is (245,15,172). Sum of RGB (Red+Green+Blue) = 245+15+172=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50FAC is #0AF053. Grayscale: #656565. Windows color (decimal): -716884 or 11276277. OLE color: 11276277.
HSL color Cylindrical-coordinate representation of color #F50FAC: hue angle of 319.04º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FAC is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.04 |
| HSL | 319.04º | 0.92% | 0.51% | - |
| HSV(B) | 319.04º | 0.94% | 0.96% | - |
| XYZ | 45.27 | 22.73 | 41.03 | - |
| YUV | 101.67 | 167.7 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 172 | 0 | 0.94 | 0.30 | 0.04 | 319.04 | 0.92 | 0.51 |
| Hex | F5 | F | AC | 0 | 5E | 1E | 4 | 13F | 5C | 33 |
| Octal | 365 | 17 | 254 | 0 | 136 | 36 | 4 | 477 | 134 | 63 |
| Binary | 11110101 | 1111 | 10101100 | 0 | 1011110 | 11110 | 100 | 100111111 | 1011100 | 110011 |
Color Harmonies of #F50FAC
Complementary color
Monochromatic Colors of #F50FAC
Black with #F50FAC
Text Example
Text Example
White with #F50FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FAC; }
p { color: rgb(245,15,172); }
H1.HeaderClassName
{
color: #F50FAC;
}
.AnyTagClassName
{
color: #F50FAC;
}
</style>
background-color css
<style>
a { background-color: #F50FAC; }
a { background-color: rgb(245,15,172); }
div.DivClassName
{
background-color: #F50FAC;
}
.BgClassName
{
background-color: #F50FAC;
}
</style>
border-color css
<style>
span { border-color: #F50FAC; }
span { border-color: rgb(245,15,172); }
td.TdClassName
{
border-color: #F50FAC;
}
.TagClassName
{
border-color: #F50FAC;
}
</style>