Shades of Spicy Pink #F60FAC
Tints of Spicy Pink #F60FAC
RGB
CMYK
RGB Variations
Color information
#F60FAC (or 0xF60FAC) is known color: Spicy Pink. HEX triplet: F6, 0F and AC. RGB value is (246,15,172). Sum of RGB (Red+Green+Blue) = 246+15+172=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60FAC is #09F053. Grayscale: #656565. Windows color (decimal): -651348 or 11276278. OLE color: 11276278.
HSL color Cylindrical-coordinate representation of color #F60FAC: hue angle of 319.22º degrees, saturation: 0.93, 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 #F60FAC is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.04 |
| HSL | 319.22º | 0.93% | 0.51% | - |
| HSV(B) | 319.22º | 0.94% | 0.96% | - |
| XYZ | 45.62 | 22.91 | 41.05 | - |
| YUV | 101.97 | 167.53 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 172 | 0 | 0.94 | 0.30 | 0.04 | 319.22 | 0.93 | 0.51 |
| Hex | F6 | F | AC | 0 | 5E | 1E | 4 | 13F | 5D | 33 |
| Octal | 366 | 17 | 254 | 0 | 136 | 36 | 4 | 477 | 135 | 63 |
| Binary | 11110110 | 1111 | 10101100 | 0 | 1011110 | 11110 | 100 | 100111111 | 1011101 | 110011 |
Color Harmonies of #F60FAC
Complementary color
Monochromatic Colors of #F60FAC
Black with #F60FAC
Text Example
Text Example
White with #F60FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FAC; }
p { color: rgb(246,15,172); }
H1.HeaderClassName
{
color: #F60FAC;
}
.AnyTagClassName
{
color: #F60FAC;
}
</style>
background-color css
<style>
a { background-color: #F60FAC; }
a { background-color: rgb(246,15,172); }
div.DivClassName
{
background-color: #F60FAC;
}
.BgClassName
{
background-color: #F60FAC;
}
</style>
border-color css
<style>
span { border-color: #F60FAC; }
span { border-color: rgb(246,15,172); }
td.TdClassName
{
border-color: #F60FAC;
}
.TagClassName
{
border-color: #F60FAC;
}
</style>