Shades of Spicy Pink #F414A2
Tints of Spicy Pink #F414A2
RGB
CMYK
RGB Variations
Color information
#F414A2 (or 0xF414A2) is known color: Spicy Pink. HEX triplet: F4, 14 and A2. RGB value is (244,20,162). Sum of RGB (Red+Green+Blue) = 244+20+162=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F414A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F414A2 is #0BEB5D. Grayscale: #666666. Windows color (decimal): -781150 or 10622196. OLE color: 10622196.
HSL color Cylindrical-coordinate representation of color #F414A2: hue angle of 321.96º 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 #F414A2 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 162 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.04 |
| HSL | 321.96º | 0.91% | 0.52% | - |
| HSV(B) | 321.96º | 0.92% | 0.96% | - |
| XYZ | 44.08 | 22.34 | 36.17 | - |
| YUV | 103.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 162 | 0 | 0.92 | 0.34 | 0.04 | 321.96 | 0.91 | 0.52 |
| Hex | F4 | 14 | A2 | 0 | 5C | 22 | 4 | 142 | 5B | 34 |
| Octal | 364 | 24 | 242 | 0 | 134 | 42 | 4 | 502 | 133 | 64 |
| Binary | 11110100 | 10100 | 10100010 | 0 | 1011100 | 100010 | 100 | 101000010 | 1011011 | 110100 |
Color Harmonies of #F414A2
Complementary color
Monochromatic Colors of #F414A2
Black with #F414A2
Text Example
Text Example
White with #F414A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414A2; }
p { color: rgb(244,20,162); }
H1.HeaderClassName
{
color: #F414A2;
}
.AnyTagClassName
{
color: #F414A2;
}
</style>
background-color css
<style>
a { background-color: #F414A2; }
a { background-color: rgb(244,20,162); }
div.DivClassName
{
background-color: #F414A2;
}
.BgClassName
{
background-color: #F414A2;
}
</style>
border-color css
<style>
span { border-color: #F414A2; }
span { border-color: rgb(244,20,162); }
td.TdClassName
{
border-color: #F414A2;
}
.TagClassName
{
border-color: #F414A2;
}
</style>