Shades of Spicy Pink #F414AA
Tints of Spicy Pink #F414AA
RGB
CMYK
RGB Variations
Color information
#F414AA (or 0xF414AA) is known color: Spicy Pink. HEX triplet: F4, 14 and AA. RGB value is (244,20,170). Sum of RGB (Red+Green+Blue) = 244+20+170=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F414AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F414AA is #0BEB55. Grayscale: #676767. Windows color (decimal): -781142 or 11146484. OLE color: 11146484.
HSL color Cylindrical-coordinate representation of color #F414AA: hue angle of 319.82º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414AA is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 170 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.04 |
| HSL | 319.82º | 0.91% | 0.52% | - |
| HSV(B) | 319.82º | 0.92% | 0.96% | - |
| XYZ | 44.81 | 22.64 | 40.04 | - |
| YUV | 104.08 | 165.21 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 170 | 0 | 0.92 | 0.30 | 0.04 | 319.82 | 0.91 | 0.52 |
| Hex | F4 | 14 | AA | 0 | 5C | 1E | 4 | 140 | 5B | 34 |
| Octal | 364 | 24 | 252 | 0 | 134 | 36 | 4 | 500 | 133 | 64 |
| Binary | 11110100 | 10100 | 10101010 | 0 | 1011100 | 11110 | 100 | 101000000 | 1011011 | 110100 |
Color Harmonies of #F414AA
Complementary color
Monochromatic Colors of #F414AA
Black with #F414AA
Text Example
Text Example
White with #F414AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414AA; }
p { color: rgb(244,20,170); }
H1.HeaderClassName
{
color: #F414AA;
}
.AnyTagClassName
{
color: #F414AA;
}
</style>
background-color css
<style>
a { background-color: #F414AA; }
a { background-color: rgb(244,20,170); }
div.DivClassName
{
background-color: #F414AA;
}
.BgClassName
{
background-color: #F414AA;
}
</style>
border-color css
<style>
span { border-color: #F414AA; }
span { border-color: rgb(244,20,170); }
td.TdClassName
{
border-color: #F414AA;
}
.TagClassName
{
border-color: #F414AA;
}
</style>