Shades of Spicy Pink #F21DAC
Tints of Spicy Pink #F21DAC
RGB
CMYK
RGB Variations
Color information
#F21DAC (or 0xF21DAC) is known color: Spicy Pink. HEX triplet: F2, 1D and AC. RGB value is (242,29,172). Sum of RGB (Red+Green+Blue) = 242+29+172=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DAC is #0DE253. Grayscale: #6C6C6C. Windows color (decimal): -909908 or 11279858. OLE color: 11279858.
HSL color Cylindrical-coordinate representation of color #F21DAC: hue angle of 319.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DAC is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 172 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.05 |
| HSL | 319.72º | 0.89% | 0.53% | - |
| HSV(B) | 319.72º | 0.88% | 0.95% | - |
| XYZ | 44.5 | 22.73 | 41.07 | - |
| YUV | 108.99 | 163.57 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 172 | 0 | 0.88 | 0.29 | 0.05 | 319.72 | 0.89 | 0.53 |
| Hex | F2 | 1D | AC | 0 | 58 | 1D | 5 | 140 | 59 | 35 |
| Octal | 362 | 35 | 254 | 0 | 130 | 35 | 5 | 500 | 131 | 65 |
| Binary | 11110010 | 11101 | 10101100 | 0 | 1011000 | 11101 | 101 | 101000000 | 1011001 | 110101 |
Color Harmonies of #F21DAC
Complementary color
Monochromatic Colors of #F21DAC
Black with #F21DAC
Text Example
Text Example
White with #F21DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DAC; }
p { color: rgb(242,29,172); }
H1.HeaderClassName
{
color: #F21DAC;
}
.AnyTagClassName
{
color: #F21DAC;
}
</style>
background-color css
<style>
a { background-color: #F21DAC; }
a { background-color: rgb(242,29,172); }
div.DivClassName
{
background-color: #F21DAC;
}
.BgClassName
{
background-color: #F21DAC;
}
</style>
border-color css
<style>
span { border-color: #F21DAC; }
span { border-color: rgb(242,29,172); }
td.TdClassName
{
border-color: #F21DAC;
}
.TagClassName
{
border-color: #F21DAC;
}
</style>