Shades of Spicy Pink #F21FAA
Tints of Spicy Pink #F21FAA
RGB
CMYK
RGB Variations
Color information
#F21FAA (or 0xF21FAA) is known color: Spicy Pink. HEX triplet: F2, 1F and AA. RGB value is (242,31,170). Sum of RGB (Red+Green+Blue) = 242+31+170=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21FAA is #0DE055. Grayscale: #6D6D6D. Windows color (decimal): -909398 or 11149298. OLE color: 11149298.
HSL color Cylindrical-coordinate representation of color #F21FAA: hue angle of 320.47º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FAA is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 170 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.05 |
| HSL | 320.47º | 0.89% | 0.54% | - |
| HSV(B) | 320.47º | 0.87% | 0.95% | - |
| XYZ | 44.36 | 22.76 | 40.09 | - |
| YUV | 109.94 | 161.9 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 170 | 0 | 0.87 | 0.30 | 0.05 | 320.47 | 0.89 | 0.54 |
| Hex | F2 | 1F | AA | 0 | 57 | 1E | 5 | 140 | 59 | 36 |
| Octal | 362 | 37 | 252 | 0 | 127 | 36 | 5 | 500 | 131 | 66 |
| Binary | 11110010 | 11111 | 10101010 | 0 | 1010111 | 11110 | 101 | 101000000 | 1011001 | 110110 |
Color Harmonies of #F21FAA
Complementary color
Monochromatic Colors of #F21FAA
Black with #F21FAA
Text Example
Text Example
White with #F21FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FAA; }
p { color: rgb(242,31,170); }
H1.HeaderClassName
{
color: #F21FAA;
}
.AnyTagClassName
{
color: #F21FAA;
}
</style>
background-color css
<style>
a { background-color: #F21FAA; }
a { background-color: rgb(242,31,170); }
div.DivClassName
{
background-color: #F21FAA;
}
.BgClassName
{
background-color: #F21FAA;
}
</style>
border-color css
<style>
span { border-color: #F21FAA; }
span { border-color: rgb(242,31,170); }
td.TdClassName
{
border-color: #F21FAA;
}
.TagClassName
{
border-color: #F21FAA;
}
</style>