Shades of Spicy Pink #F21FA5
Tints of Spicy Pink #F21FA5
RGB
CMYK
RGB Variations
Color information
#F21FA5 (or 0xF21FA5) is known color: Spicy Pink. HEX triplet: F2, 1F and A5. RGB value is (242,31,165). Sum of RGB (Red+Green+Blue) = 242+31+165=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21FA5 is #0DE05A. Grayscale: #6D6D6D. Windows color (decimal): -909403 or 10821618. OLE color: 10821618.
HSL color Cylindrical-coordinate representation of color #F21FA5: hue angle of 321.9º 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 #F21FA5 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 165 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.05 |
| HSL | 321.9º | 0.89% | 0.54% | - |
| HSV(B) | 321.9º | 0.87% | 0.95% | - |
| XYZ | 43.9 | 22.57 | 37.64 | - |
| YUV | 109.37 | 159.4 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 165 | 0 | 0.87 | 0.32 | 0.05 | 321.9 | 0.89 | 0.54 |
| Hex | F2 | 1F | A5 | 0 | 57 | 20 | 5 | 142 | 59 | 36 |
| Octal | 362 | 37 | 245 | 0 | 127 | 40 | 5 | 502 | 131 | 66 |
| Binary | 11110010 | 11111 | 10100101 | 0 | 1010111 | 100000 | 101 | 101000010 | 1011001 | 110110 |
Color Harmonies of #F21FA5
Complementary color
Monochromatic Colors of #F21FA5
Black with #F21FA5
Text Example
Text Example
White with #F21FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FA5; }
p { color: rgb(242,31,165); }
H1.HeaderClassName
{
color: #F21FA5;
}
.AnyTagClassName
{
color: #F21FA5;
}
</style>
background-color css
<style>
a { background-color: #F21FA5; }
a { background-color: rgb(242,31,165); }
div.DivClassName
{
background-color: #F21FA5;
}
.BgClassName
{
background-color: #F21FA5;
}
</style>
border-color css
<style>
span { border-color: #F21FA5; }
span { border-color: rgb(242,31,165); }
td.TdClassName
{
border-color: #F21FA5;
}
.TagClassName
{
border-color: #F21FA5;
}
</style>