Shades of Spicy Pink #F80FAC
Tints of Spicy Pink #F80FAC
RGB
CMYK
RGB Variations
Color information
#F80FAC (or 0xF80FAC) is known color: Spicy Pink. HEX triplet: F8, 0F and AC. RGB value is (248,15,172). Sum of RGB (Red+Green+Blue) = 248+15+172=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80FAC is #07F053. Grayscale: #666666. Windows color (decimal): -520276 or 11276280. OLE color: 11276280.
HSL color Cylindrical-coordinate representation of color #F80FAC: hue angle of 319.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FAC is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.03 |
| HSL | 319.57º | 0.94% | 0.52% | - |
| HSV(B) | 319.57º | 0.94% | 0.97% | - |
| XYZ | 46.33 | 23.28 | 41.08 | - |
| YUV | 102.57 | 167.19 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 172 | 0 | 0.94 | 0.31 | 0.03 | 319.57 | 0.94 | 0.52 |
| Hex | F8 | F | AC | 0 | 5E | 1F | 3 | 140 | 5E | 34 |
| Octal | 370 | 17 | 254 | 0 | 136 | 37 | 3 | 500 | 136 | 64 |
| Binary | 11111000 | 1111 | 10101100 | 0 | 1011110 | 11111 | 11 | 101000000 | 1011110 | 110100 |
Color Harmonies of #F80FAC
Complementary color
Monochromatic Colors of #F80FAC
Black with #F80FAC
Text Example
Text Example
White with #F80FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FAC; }
p { color: rgb(248,15,172); }
H1.HeaderClassName
{
color: #F80FAC;
}
.AnyTagClassName
{
color: #F80FAC;
}
</style>
background-color css
<style>
a { background-color: #F80FAC; }
a { background-color: rgb(248,15,172); }
div.DivClassName
{
background-color: #F80FAC;
}
.BgClassName
{
background-color: #F80FAC;
}
</style>
border-color css
<style>
span { border-color: #F80FAC; }
span { border-color: rgb(248,15,172); }
td.TdClassName
{
border-color: #F80FAC;
}
.TagClassName
{
border-color: #F80FAC;
}
</style>