Shades of Spicy Pink #F80DAE
Tints of Spicy Pink #F80DAE
RGB
CMYK
RGB Variations
Color information
#F80DAE (or 0xF80DAE) is known color: Spicy Pink. HEX triplet: F8, 0D and AE. RGB value is (248,13,174). Sum of RGB (Red+Green+Blue) = 248+13+174=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80DAE is #07F251. Grayscale: #656565. Windows color (decimal): -520786 or 11406840. OLE color: 11406840.
HSL color Cylindrical-coordinate representation of color #F80DAE: hue angle of 318.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DAE is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 174 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.03 |
| HSL | 318.89º | 0.94% | 0.51% | - |
| HSV(B) | 318.89º | 0.95% | 0.97% | - |
| XYZ | 46.5 | 23.3 | 42.09 | - |
| YUV | 101.62 | 168.86 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 174 | 0 | 0.95 | 0.30 | 0.03 | 318.89 | 0.94 | 0.51 |
| Hex | F8 | D | AE | 0 | 5F | 1E | 3 | 13F | 5E | 33 |
| Octal | 370 | 15 | 256 | 0 | 137 | 36 | 3 | 477 | 136 | 63 |
| Binary | 11111000 | 1101 | 10101110 | 0 | 1011111 | 11110 | 11 | 100111111 | 1011110 | 110011 |
Color Harmonies of #F80DAE
Complementary color
Monochromatic Colors of #F80DAE
Black with #F80DAE
Text Example
Text Example
White with #F80DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DAE; }
p { color: rgb(248,13,174); }
H1.HeaderClassName
{
color: #F80DAE;
}
.AnyTagClassName
{
color: #F80DAE;
}
</style>
background-color css
<style>
a { background-color: #F80DAE; }
a { background-color: rgb(248,13,174); }
div.DivClassName
{
background-color: #F80DAE;
}
.BgClassName
{
background-color: #F80DAE;
}
</style>
border-color css
<style>
span { border-color: #F80DAE; }
span { border-color: rgb(248,13,174); }
td.TdClassName
{
border-color: #F80DAE;
}
.TagClassName
{
border-color: #F80DAE;
}
</style>