Shades of Spicy Pink #F21DAA
Tints of Spicy Pink #F21DAA
RGB
CMYK
RGB Variations
Color information
#F21DAA (or 0xF21DAA) is known color: Spicy Pink. HEX triplet: F2, 1D and AA. RGB value is (242,29,170). Sum of RGB (Red+Green+Blue) = 242+29+170=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DAA is #0DE255. Grayscale: #6C6C6C. Windows color (decimal): -909910 or 11148786. OLE color: 11148786.
HSL color Cylindrical-coordinate representation of color #F21DAA: hue angle of 320.28º 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 #F21DAA is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 170 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.05 |
| HSL | 320.28º | 0.89% | 0.53% | - |
| HSV(B) | 320.28º | 0.88% | 0.95% | - |
| XYZ | 44.31 | 22.66 | 40.07 | - |
| YUV | 108.76 | 162.57 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 170 | 0 | 0.88 | 0.30 | 0.05 | 320.28 | 0.89 | 0.53 |
| Hex | F2 | 1D | AA | 0 | 58 | 1E | 5 | 140 | 59 | 35 |
| Octal | 362 | 35 | 252 | 0 | 130 | 36 | 5 | 500 | 131 | 65 |
| Binary | 11110010 | 11101 | 10101010 | 0 | 1011000 | 11110 | 101 | 101000000 | 1011001 | 110101 |
Color Harmonies of #F21DAA
Complementary color
Monochromatic Colors of #F21DAA
Black with #F21DAA
Text Example
Text Example
White with #F21DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DAA; }
p { color: rgb(242,29,170); }
H1.HeaderClassName
{
color: #F21DAA;
}
.AnyTagClassName
{
color: #F21DAA;
}
</style>
background-color css
<style>
a { background-color: #F21DAA; }
a { background-color: rgb(242,29,170); }
div.DivClassName
{
background-color: #F21DAA;
}
.BgClassName
{
background-color: #F21DAA;
}
</style>
border-color css
<style>
span { border-color: #F21DAA; }
span { border-color: rgb(242,29,170); }
td.TdClassName
{
border-color: #F21DAA;
}
.TagClassName
{
border-color: #F21DAA;
}
</style>