Shades of Spicy Pink #F21CA3
Tints of Spicy Pink #F21CA3
RGB
CMYK
RGB Variations
Color information
#F21CA3 (or 0xF21CA3) is known color: Spicy Pink. HEX triplet: F2, 1C and A3. RGB value is (242,28,163). Sum of RGB (Red+Green+Blue) = 242+28+163=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21CA3 is #0DE35C. Grayscale: #6B6B6B. Windows color (decimal): -910173 or 10689778. OLE color: 10689778.
HSL color Cylindrical-coordinate representation of color #F21CA3: hue angle of 322.15º 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 #F21CA3 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 163 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.05 |
| HSL | 322.15º | 0.89% | 0.53% | - |
| HSV(B) | 322.15º | 0.88% | 0.95% | - |
| XYZ | 43.64 | 22.35 | 36.66 | - |
| YUV | 107.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 163 | 0 | 0.88 | 0.33 | 0.05 | 322.15 | 0.89 | 0.53 |
| Hex | F2 | 1C | A3 | 0 | 58 | 21 | 5 | 142 | 59 | 35 |
| Octal | 362 | 34 | 243 | 0 | 130 | 41 | 5 | 502 | 131 | 65 |
| Binary | 11110010 | 11100 | 10100011 | 0 | 1011000 | 100001 | 101 | 101000010 | 1011001 | 110101 |
Color Harmonies of #F21CA3
Complementary color
Monochromatic Colors of #F21CA3
Black with #F21CA3
Text Example
Text Example
White with #F21CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CA3; }
p { color: rgb(242,28,163); }
H1.HeaderClassName
{
color: #F21CA3;
}
.AnyTagClassName
{
color: #F21CA3;
}
</style>
background-color css
<style>
a { background-color: #F21CA3; }
a { background-color: rgb(242,28,163); }
div.DivClassName
{
background-color: #F21CA3;
}
.BgClassName
{
background-color: #F21CA3;
}
</style>
border-color css
<style>
span { border-color: #F21CA3; }
span { border-color: rgb(242,28,163); }
td.TdClassName
{
border-color: #F21CA3;
}
.TagClassName
{
border-color: #F21CA3;
}
</style>