Shades of Spicy Pink #F21AAA
Tints of Spicy Pink #F21AAA
RGB
CMYK
RGB Variations
Color information
#F21AAA (or 0xF21AAA) is known color: Spicy Pink. HEX triplet: F2, 1A and AA. RGB value is (242,26,170). Sum of RGB (Red+Green+Blue) = 242+26+170=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21AAA is #0DE555. Grayscale: #6A6A6A. Windows color (decimal): -910678 or 11148018. OLE color: 11148018.
HSL color Cylindrical-coordinate representation of color #F21AAA: hue angle of 320º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21AAA is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.05 |
| HSL | 320º | 0.89% | 0.53% | - |
| HSV(B) | 320º | 0.89% | 0.95% | - |
| XYZ | 44.24 | 22.52 | 40.04 | - |
| YUV | 107 | 163.56 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 170 | 0 | 0.89 | 0.30 | 0.05 | 320 | 0.89 | 0.53 |
| Hex | F2 | 1A | AA | 0 | 59 | 1E | 5 | 140 | 59 | 35 |
| Octal | 362 | 32 | 252 | 0 | 131 | 36 | 5 | 500 | 131 | 65 |
| Binary | 11110010 | 11010 | 10101010 | 0 | 1011001 | 11110 | 101 | 101000000 | 1011001 | 110101 |
Color Harmonies of #F21AAA
Complementary color
Monochromatic Colors of #F21AAA
Black with #F21AAA
Text Example
Text Example
White with #F21AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AAA; }
p { color: rgb(242,26,170); }
H1.HeaderClassName
{
color: #F21AAA;
}
.AnyTagClassName
{
color: #F21AAA;
}
</style>
background-color css
<style>
a { background-color: #F21AAA; }
a { background-color: rgb(242,26,170); }
div.DivClassName
{
background-color: #F21AAA;
}
.BgClassName
{
background-color: #F21AAA;
}
</style>
border-color css
<style>
span { border-color: #F21AAA; }
span { border-color: rgb(242,26,170); }
td.TdClassName
{
border-color: #F21AAA;
}
.TagClassName
{
border-color: #F21AAA;
}
</style>