Shades of Spicy Pink #F421AF
Tints of Spicy Pink #F421AF
RGB
CMYK
RGB Variations
Color information
#F421AF (or 0xF421AF) is known color: Spicy Pink. HEX triplet: F4, 21 and AF. RGB value is (244,33,175). Sum of RGB (Red+Green+Blue) = 244+33+175=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F421AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F421AF is #0BDE50. Grayscale: #6F6F6F. Windows color (decimal): -777809 or 11477492. OLE color: 11477492.
HSL color Cylindrical-coordinate representation of color #F421AF: hue angle of 319.62º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F421AF is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 175 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.04 |
| HSL | 319.62º | 0.91% | 0.54% | - |
| HSV(B) | 319.62º | 0.86% | 0.96% | - |
| XYZ | 45.59 | 23.42 | 42.67 | - |
| YUV | 112.28 | 163.4 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 175 | 0 | 0.86 | 0.28 | 0.04 | 319.62 | 0.91 | 0.54 |
| Hex | F4 | 21 | AF | 0 | 56 | 1C | 4 | 140 | 5B | 36 |
| Octal | 364 | 41 | 257 | 0 | 126 | 34 | 4 | 500 | 133 | 66 |
| Binary | 11110100 | 100001 | 10101111 | 0 | 1010110 | 11100 | 100 | 101000000 | 1011011 | 110110 |
Color Harmonies of #F421AF
Complementary color
Monochromatic Colors of #F421AF
Black with #F421AF
Text Example
Text Example
White with #F421AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F421AF; }
p { color: rgb(244,33,175); }
H1.HeaderClassName
{
color: #F421AF;
}
.AnyTagClassName
{
color: #F421AF;
}
</style>
background-color css
<style>
a { background-color: #F421AF; }
a { background-color: rgb(244,33,175); }
div.DivClassName
{
background-color: #F421AF;
}
.BgClassName
{
background-color: #F421AF;
}
</style>
border-color css
<style>
span { border-color: #F421AF; }
span { border-color: rgb(244,33,175); }
td.TdClassName
{
border-color: #F421AF;
}
.TagClassName
{
border-color: #F421AF;
}
</style>