Shades of Spicy Pink #F80DB0
Tints of Spicy Pink #F80DB0
RGB
CMYK
RGB Variations
Color information
#F80DB0 (or 0xF80DB0) is known color: Spicy Pink. HEX triplet: F8, 0D and B0. RGB value is (248,13,176). Sum of RGB (Red+Green+Blue) = 248+13+176=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80DB0 is #07F24F. Grayscale: #656565. Windows color (decimal): -520784 or 11537912. OLE color: 11537912.
HSL color Cylindrical-coordinate representation of color #F80DB0: hue angle of 318.38º 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 #F80DB0 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 176 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.03 |
| HSL | 318.38º | 0.94% | 0.51% | - |
| HSV(B) | 318.38º | 0.95% | 0.97% | - |
| XYZ | 46.69 | 23.38 | 43.13 | - |
| YUV | 101.85 | 169.86 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 176 | 0 | 0.95 | 0.29 | 0.03 | 318.38 | 0.94 | 0.51 |
| Hex | F8 | D | B0 | 0 | 5F | 1D | 3 | 13E | 5E | 33 |
| Octal | 370 | 15 | 260 | 0 | 137 | 35 | 3 | 476 | 136 | 63 |
| Binary | 11111000 | 1101 | 10110000 | 0 | 1011111 | 11101 | 11 | 100111110 | 1011110 | 110011 |
Color Harmonies of #F80DB0
Complementary color
Monochromatic Colors of #F80DB0
Black with #F80DB0
Text Example
Text Example
White with #F80DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DB0; }
p { color: rgb(248,13,176); }
H1.HeaderClassName
{
color: #F80DB0;
}
.AnyTagClassName
{
color: #F80DB0;
}
</style>
background-color css
<style>
a { background-color: #F80DB0; }
a { background-color: rgb(248,13,176); }
div.DivClassName
{
background-color: #F80DB0;
}
.BgClassName
{
background-color: #F80DB0;
}
</style>
border-color css
<style>
span { border-color: #F80DB0; }
span { border-color: rgb(248,13,176); }
td.TdClassName
{
border-color: #F80DB0;
}
.TagClassName
{
border-color: #F80DB0;
}
</style>