Shades of Spicy Pink #F014AD
Tints of Spicy Pink #F014AD
RGB
CMYK
RGB Variations
Color information
#F014AD (or 0xF014AD) is known color: Spicy Pink. HEX triplet: F0, 14 and AD. RGB value is (240,20,173). Sum of RGB (Red+Green+Blue) = 240+20+173=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F014AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014AD is #0FEB52. Grayscale: #666666. Windows color (decimal): -1043283 or 11343088. OLE color: 11343088.
HSL color Cylindrical-coordinate representation of color #F014AD: hue angle of 318.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014AD is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 173 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.06 |
| HSL | 318.27º | 0.88% | 0.51% | - |
| HSV(B) | 318.27º | 0.92% | 0.94% | - |
| XYZ | 43.73 | 22.04 | 41.49 | - |
| YUV | 103.22 | 167.39 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 173 | 0 | 0.92 | 0.28 | 0.06 | 318.27 | 0.88 | 0.51 |
| Hex | F0 | 14 | AD | 0 | 5C | 1C | 6 | 13E | 58 | 33 |
| Octal | 360 | 24 | 255 | 0 | 134 | 34 | 6 | 476 | 130 | 63 |
| Binary | 11110000 | 10100 | 10101101 | 0 | 1011100 | 11100 | 110 | 100111110 | 1011000 | 110011 |
Color Harmonies of #F014AD
Complementary color
Monochromatic Colors of #F014AD
Black with #F014AD
Text Example
Text Example
White with #F014AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014AD; }
p { color: rgb(240,20,173); }
H1.HeaderClassName
{
color: #F014AD;
}
.AnyTagClassName
{
color: #F014AD;
}
</style>
background-color css
<style>
a { background-color: #F014AD; }
a { background-color: rgb(240,20,173); }
div.DivClassName
{
background-color: #F014AD;
}
.BgClassName
{
background-color: #F014AD;
}
</style>
border-color css
<style>
span { border-color: #F014AD; }
span { border-color: rgb(240,20,173); }
td.TdClassName
{
border-color: #F014AD;
}
.TagClassName
{
border-color: #F014AD;
}
</style>