Shades of Spicy Pink #F810AD
Tints of Spicy Pink #F810AD
RGB
CMYK
RGB Variations
Color information
#F810AD (or 0xF810AD) is known color: Spicy Pink. HEX triplet: F8, 10 and AD. RGB value is (248,16,173). Sum of RGB (Red+Green+Blue) = 248+16+173=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F810AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F810AD is #07EF52. Grayscale: #666666. Windows color (decimal): -520019 or 11342072. OLE color: 11342072.
HSL color Cylindrical-coordinate representation of color #F810AD: hue angle of 319.4º 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 #F810AD is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 173 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.03 |
| HSL | 319.4º | 0.94% | 0.52% | - |
| HSV(B) | 319.4º | 0.94% | 0.97% | - |
| XYZ | 46.44 | 23.34 | 41.59 | - |
| YUV | 103.27 | 167.36 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 173 | 0 | 0.94 | 0.30 | 0.03 | 319.4 | 0.94 | 0.52 |
| Hex | F8 | 10 | AD | 0 | 5E | 1E | 3 | 13F | 5E | 34 |
| Octal | 370 | 20 | 255 | 0 | 136 | 36 | 3 | 477 | 136 | 64 |
| Binary | 11111000 | 10000 | 10101101 | 0 | 1011110 | 11110 | 11 | 100111111 | 1011110 | 110100 |
Color Harmonies of #F810AD
Complementary color
Monochromatic Colors of #F810AD
Black with #F810AD
Text Example
Text Example
White with #F810AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810AD; }
p { color: rgb(248,16,173); }
H1.HeaderClassName
{
color: #F810AD;
}
.AnyTagClassName
{
color: #F810AD;
}
</style>
background-color css
<style>
a { background-color: #F810AD; }
a { background-color: rgb(248,16,173); }
div.DivClassName
{
background-color: #F810AD;
}
.BgClassName
{
background-color: #F810AD;
}
</style>
border-color css
<style>
span { border-color: #F810AD; }
span { border-color: rgb(248,16,173); }
td.TdClassName
{
border-color: #F810AD;
}
.TagClassName
{
border-color: #F810AD;
}
</style>