Shades of Spicy Pink #F21AB1
Tints of Spicy Pink #F21AB1
RGB
CMYK
RGB Variations
Color information
#F21AB1 (or 0xF21AB1) is known color: Spicy Pink. HEX triplet: F2, 1A and B1. RGB value is (242,26,177). Sum of RGB (Red+Green+Blue) = 242+26+177=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21AB1 is #0DE54E. Grayscale: #6B6B6B. Windows color (decimal): -910671 or 11606770. OLE color: 11606770.
HSL color Cylindrical-coordinate representation of color #F21AB1: hue angle of 318.06º 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 #F21AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.05 |
| HSL | 318.06º | 0.89% | 0.53% | - |
| HSV(B) | 318.06º | 0.89% | 0.95% | - |
| XYZ | 44.92 | 22.79 | 43.63 | - |
| YUV | 107.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 177 | 0 | 0.89 | 0.27 | 0.05 | 318.06 | 0.89 | 0.53 |
| Hex | F2 | 1A | B1 | 0 | 59 | 1B | 5 | 13E | 59 | 35 |
| Octal | 362 | 32 | 261 | 0 | 131 | 33 | 5 | 476 | 131 | 65 |
| Binary | 11110010 | 11010 | 10110001 | 0 | 1011001 | 11011 | 101 | 100111110 | 1011001 | 110101 |
Color Harmonies of #F21AB1
Complementary color
Monochromatic Colors of #F21AB1
Black with #F21AB1
Text Example
Text Example
White with #F21AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AB1; }
p { color: rgb(242,26,177); }
H1.HeaderClassName
{
color: #F21AB1;
}
.AnyTagClassName
{
color: #F21AB1;
}
</style>
background-color css
<style>
a { background-color: #F21AB1; }
a { background-color: rgb(242,26,177); }
div.DivClassName
{
background-color: #F21AB1;
}
.BgClassName
{
background-color: #F21AB1;
}
</style>
border-color css
<style>
span { border-color: #F21AB1; }
span { border-color: rgb(242,26,177); }
td.TdClassName
{
border-color: #F21AB1;
}
.TagClassName
{
border-color: #F21AB1;
}
</style>