Shades of Spicy Pink #F014A4
Tints of Spicy Pink #F014A4
RGB
CMYK
RGB Variations
Color information
#F014A4 (or 0xF014A4) is known color: Spicy Pink. HEX triplet: F0, 14 and A4. RGB value is (240,20,164). Sum of RGB (Red+Green+Blue) = 240+20+164=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F014A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014A4 is #0FEB5B. Grayscale: #656565. Windows color (decimal): -1043292 or 10753264. OLE color: 10753264.
HSL color Cylindrical-coordinate representation of color #F014A4: hue angle of 320.73º 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 #F014A4 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 164 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.06 |
| HSL | 320.73º | 0.88% | 0.51% | - |
| HSV(B) | 320.73º | 0.92% | 0.94% | - |
| XYZ | 42.89 | 21.71 | 37.05 | - |
| YUV | 102.2 | 162.89 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 164 | 0 | 0.92 | 0.32 | 0.06 | 320.73 | 0.88 | 0.51 |
| Hex | F0 | 14 | A4 | 0 | 5C | 20 | 6 | 141 | 58 | 33 |
| Octal | 360 | 24 | 244 | 0 | 134 | 40 | 6 | 501 | 130 | 63 |
| Binary | 11110000 | 10100 | 10100100 | 0 | 1011100 | 100000 | 110 | 101000001 | 1011000 | 110011 |
Color Harmonies of #F014A4
Complementary color
Monochromatic Colors of #F014A4
Black with #F014A4
Text Example
Text Example
White with #F014A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F014A4; }
p { color: rgb(240,20,164); }
H1.HeaderClassName
{
color: #F014A4;
}
.AnyTagClassName
{
color: #F014A4;
}
</style>
background-color css
<style>
a { background-color: #F014A4; }
a { background-color: rgb(240,20,164); }
div.DivClassName
{
background-color: #F014A4;
}
.BgClassName
{
background-color: #F014A4;
}
</style>
border-color css
<style>
span { border-color: #F014A4; }
span { border-color: rgb(240,20,164); }
td.TdClassName
{
border-color: #F014A4;
}
.TagClassName
{
border-color: #F014A4;
}
</style>