Shades of Spicy Pink #F014AA
Tints of Spicy Pink #F014AA
RGB
CMYK
RGB Variations
Color information
#F014AA (or 0xF014AA) is known color: Spicy Pink. HEX triplet: F0, 14 and AA. RGB value is (240,20,170). Sum of RGB (Red+Green+Blue) = 240+20+170=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F014AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014AA is #0FEB55. Grayscale: #666666. Windows color (decimal): -1043286 or 11146480. OLE color: 11146480.
HSL color Cylindrical-coordinate representation of color #F014AA: hue angle of 319.09º 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 #F014AA is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 170 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.06 |
| HSL | 319.09º | 0.88% | 0.51% | - |
| HSV(B) | 319.09º | 0.92% | 0.94% | - |
| XYZ | 43.44 | 21.93 | 39.97 | - |
| YUV | 102.88 | 165.89 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 170 | 0 | 0.92 | 0.29 | 0.06 | 319.09 | 0.88 | 0.51 |
| Hex | F0 | 14 | AA | 0 | 5C | 1D | 6 | 13F | 58 | 33 |
| Octal | 360 | 24 | 252 | 0 | 134 | 35 | 6 | 477 | 130 | 63 |
| Binary | 11110000 | 10100 | 10101010 | 0 | 1011100 | 11101 | 110 | 100111111 | 1011000 | 110011 |
Color Harmonies of #F014AA
Complementary color
Monochromatic Colors of #F014AA
Black with #F014AA
Text Example
Text Example
White with #F014AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014AA; }
p { color: rgb(240,20,170); }
H1.HeaderClassName
{
color: #F014AA;
}
.AnyTagClassName
{
color: #F014AA;
}
</style>
background-color css
<style>
a { background-color: #F014AA; }
a { background-color: rgb(240,20,170); }
div.DivClassName
{
background-color: #F014AA;
}
.BgClassName
{
background-color: #F014AA;
}
</style>
border-color css
<style>
span { border-color: #F014AA; }
span { border-color: rgb(240,20,170); }
td.TdClassName
{
border-color: #F014AA;
}
.TagClassName
{
border-color: #F014AA;
}
</style>