Shades of Spicy Pink #F80FAB
Tints of Spicy Pink #F80FAB
RGB
CMYK
RGB Variations
Color information
#F80FAB (or 0xF80FAB) is known color: Spicy Pink. HEX triplet: F8, 0F and AB. RGB value is (248,15,171). Sum of RGB (Red+Green+Blue) = 248+15+171=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80FAB is #07F054. Grayscale: #666666. Windows color (decimal): -520277 or 11210744. OLE color: 11210744.
HSL color Cylindrical-coordinate representation of color #F80FAB: hue angle of 319.83º 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 #F80FAB is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 171 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.03 |
| HSL | 319.83º | 0.94% | 0.52% | - |
| HSV(B) | 319.83º | 0.94% | 0.97% | - |
| XYZ | 46.23 | 23.24 | 40.58 | - |
| YUV | 102.45 | 166.69 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 171 | 0 | 0.94 | 0.31 | 0.03 | 319.83 | 0.94 | 0.52 |
| Hex | F8 | F | AB | 0 | 5E | 1F | 3 | 140 | 5E | 34 |
| Octal | 370 | 17 | 253 | 0 | 136 | 37 | 3 | 500 | 136 | 64 |
| Binary | 11111000 | 1111 | 10101011 | 0 | 1011110 | 11111 | 11 | 101000000 | 1011110 | 110100 |
Color Harmonies of #F80FAB
Complementary color
Monochromatic Colors of #F80FAB
Black with #F80FAB
Text Example
Text Example
White with #F80FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FAB; }
p { color: rgb(248,15,171); }
H1.HeaderClassName
{
color: #F80FAB;
}
.AnyTagClassName
{
color: #F80FAB;
}
</style>
background-color css
<style>
a { background-color: #F80FAB; }
a { background-color: rgb(248,15,171); }
div.DivClassName
{
background-color: #F80FAB;
}
.BgClassName
{
background-color: #F80FAB;
}
</style>
border-color css
<style>
span { border-color: #F80FAB; }
span { border-color: rgb(248,15,171); }
td.TdClassName
{
border-color: #F80FAB;
}
.TagClassName
{
border-color: #F80FAB;
}
</style>