Shades of Spicy Pink #F21AB5
Tints of Spicy Pink #F21AB5
RGB
CMYK
RGB Variations
Color information
#F21AB5 (or 0xF21AB5) is known color: Spicy Pink. HEX triplet: F2, 1A and B5. RGB value is (242,26,181). Sum of RGB (Red+Green+Blue) = 242+26+181=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AB5 is #0DE54A. Grayscale: #6B6B6B. Windows color (decimal): -910667 or 11868914. OLE color: 11868914.
HSL color Cylindrical-coordinate representation of color #F21AB5: hue angle of 316.94º 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 #F21AB5 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 181 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.05 |
| HSL | 316.94º | 0.89% | 0.53% | - |
| HSV(B) | 316.94º | 0.89% | 0.95% | - |
| XYZ | 45.33 | 22.95 | 45.76 | - |
| YUV | 108.25 | 169.06 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 181 | 0 | 0.89 | 0.25 | 0.05 | 316.94 | 0.89 | 0.53 |
| Hex | F2 | 1A | B5 | 0 | 59 | 19 | 5 | 13D | 59 | 35 |
| Octal | 362 | 32 | 265 | 0 | 131 | 31 | 5 | 475 | 131 | 65 |
| Binary | 11110010 | 11010 | 10110101 | 0 | 1011001 | 11001 | 101 | 100111101 | 1011001 | 110101 |
Color Harmonies of #F21AB5
Complementary color
Monochromatic Colors of #F21AB5
Black with #F21AB5
Text Example
Text Example
White with #F21AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AB5; }
p { color: rgb(242,26,181); }
H1.HeaderClassName
{
color: #F21AB5;
}
.AnyTagClassName
{
color: #F21AB5;
}
</style>
background-color css
<style>
a { background-color: #F21AB5; }
a { background-color: rgb(242,26,181); }
div.DivClassName
{
background-color: #F21AB5;
}
.BgClassName
{
background-color: #F21AB5;
}
</style>
border-color css
<style>
span { border-color: #F21AB5; }
span { border-color: rgb(242,26,181); }
td.TdClassName
{
border-color: #F21AB5;
}
.TagClassName
{
border-color: #F21AB5;
}
</style>