Shades of Spicy Pink #F812AD
Tints of Spicy Pink #F812AD
RGB
CMYK
RGB Variations
Color information
#F812AD (or 0xF812AD) is known color: Spicy Pink. HEX triplet: F8, 12 and AD. RGB value is (248,18,173). Sum of RGB (Red+Green+Blue) = 248+18+173=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F812AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F812AD is #07ED52. Grayscale: #686868. Windows color (decimal): -519507 or 11342584. OLE color: 11342584.
HSL color Cylindrical-coordinate representation of color #F812AD: 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.93%. Process color model (Four color, CMYK) of #F812AD is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 173 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.03 |
| HSL | 319.57º | 0.94% | 0.52% | - |
| HSV(B) | 319.57º | 0.93% | 0.97% | - |
| XYZ | 46.47 | 23.41 | 41.6 | - |
| YUV | 104.44 | 166.7 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 173 | 0 | 0.93 | 0.30 | 0.03 | 319.57 | 0.94 | 0.52 |
| Hex | F8 | 12 | AD | 0 | 5D | 1E | 3 | 140 | 5E | 34 |
| Octal | 370 | 22 | 255 | 0 | 135 | 36 | 3 | 500 | 136 | 64 |
| Binary | 11111000 | 10010 | 10101101 | 0 | 1011101 | 11110 | 11 | 101000000 | 1011110 | 110100 |
Color Harmonies of #F812AD
Complementary color
Monochromatic Colors of #F812AD
Black with #F812AD
Text Example
Text Example
White with #F812AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F812AD; }
p { color: rgb(248,18,173); }
H1.HeaderClassName
{
color: #F812AD;
}
.AnyTagClassName
{
color: #F812AD;
}
</style>
background-color css
<style>
a { background-color: #F812AD; }
a { background-color: rgb(248,18,173); }
div.DivClassName
{
background-color: #F812AD;
}
.BgClassName
{
background-color: #F812AD;
}
</style>
border-color css
<style>
span { border-color: #F812AD; }
span { border-color: rgb(248,18,173); }
td.TdClassName
{
border-color: #F812AD;
}
.TagClassName
{
border-color: #F812AD;
}
</style>