Shades of Spicy Pink #F012AD
Tints of Spicy Pink #F012AD
RGB
CMYK
RGB Variations
Color information
#F012AD (or 0xF012AD) is known color: Spicy Pink. HEX triplet: F0, 12 and AD. RGB value is (240,18,173). Sum of RGB (Red+Green+Blue) = 240+18+173=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F012AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F012AD is #0FED52. Grayscale: #656565. Windows color (decimal): -1043795 or 11342576. OLE color: 11342576.
HSL color Cylindrical-coordinate representation of color #F012AD: hue angle of 318.11º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012AD is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 173 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.06 |
| HSL | 318.11º | 0.88% | 0.51% | - |
| HSV(B) | 318.11º | 0.93% | 0.94% | - |
| XYZ | 43.69 | 21.98 | 41.47 | - |
| YUV | 102.05 | 168.05 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 173 | 0 | 0.92 | 0.28 | 0.06 | 318.11 | 0.88 | 0.51 |
| Hex | F0 | 12 | AD | 0 | 5C | 1C | 6 | 13E | 58 | 33 |
| Octal | 360 | 22 | 255 | 0 | 134 | 34 | 6 | 476 | 130 | 63 |
| Binary | 11110000 | 10010 | 10101101 | 0 | 1011100 | 11100 | 110 | 100111110 | 1011000 | 110011 |
Color Harmonies of #F012AD
Complementary color
Monochromatic Colors of #F012AD
Black with #F012AD
Text Example
Text Example
White with #F012AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012AD; }
p { color: rgb(240,18,173); }
H1.HeaderClassName
{
color: #F012AD;
}
.AnyTagClassName
{
color: #F012AD;
}
</style>
background-color css
<style>
a { background-color: #F012AD; }
a { background-color: rgb(240,18,173); }
div.DivClassName
{
background-color: #F012AD;
}
.BgClassName
{
background-color: #F012AD;
}
</style>
border-color css
<style>
span { border-color: #F012AD; }
span { border-color: rgb(240,18,173); }
td.TdClassName
{
border-color: #F012AD;
}
.TagClassName
{
border-color: #F012AD;
}
</style>