Shades of Spicy Pink #F21AAB
Tints of Spicy Pink #F21AAB
RGB
CMYK
RGB Variations
Color information
#F21AAB (or 0xF21AAB) is known color: Spicy Pink. HEX triplet: F2, 1A and AB. RGB value is (242,26,171). Sum of RGB (Red+Green+Blue) = 242+26+171=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21AAB is #0DE554. Grayscale: #6A6A6A. Windows color (decimal): -910677 or 11213554. OLE color: 11213554.
HSL color Cylindrical-coordinate representation of color #F21AAB: 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.89%. Process color model (Four color, CMYK) of #F21AAB is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 171 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.05 |
| HSL | 319.72º | 0.89% | 0.53% | - |
| HSV(B) | 319.72º | 0.89% | 0.95% | - |
| XYZ | 44.34 | 22.56 | 40.55 | - |
| YUV | 107.11 | 164.06 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 171 | 0 | 0.89 | 0.29 | 0.05 | 319.72 | 0.89 | 0.53 |
| Hex | F2 | 1A | AB | 0 | 59 | 1D | 5 | 140 | 59 | 35 |
| Octal | 362 | 32 | 253 | 0 | 131 | 35 | 5 | 500 | 131 | 65 |
| Binary | 11110010 | 11010 | 10101011 | 0 | 1011001 | 11101 | 101 | 101000000 | 1011001 | 110101 |
Color Harmonies of #F21AAB
Complementary color
Monochromatic Colors of #F21AAB
Black with #F21AAB
Text Example
Text Example
White with #F21AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AAB; }
p { color: rgb(242,26,171); }
H1.HeaderClassName
{
color: #F21AAB;
}
.AnyTagClassName
{
color: #F21AAB;
}
</style>
background-color css
<style>
a { background-color: #F21AAB; }
a { background-color: rgb(242,26,171); }
div.DivClassName
{
background-color: #F21AAB;
}
.BgClassName
{
background-color: #F21AAB;
}
</style>
border-color css
<style>
span { border-color: #F21AAB; }
span { border-color: rgb(242,26,171); }
td.TdClassName
{
border-color: #F21AAB;
}
.TagClassName
{
border-color: #F21AAB;
}
</style>