Shades of Spicy Pink #F21AB0
Tints of Spicy Pink #F21AB0
RGB
CMYK
RGB Variations
Color information
#F21AB0 (or 0xF21AB0) is known color: Spicy Pink. HEX triplet: F2, 1A and B0. RGB value is (242,26,176). Sum of RGB (Red+Green+Blue) = 242+26+176=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21AB0 is #0DE54F. Grayscale: #6B6B6B. Windows color (decimal): -910672 or 11541234. OLE color: 11541234.
HSL color Cylindrical-coordinate representation of color #F21AB0: hue angle of 318.33º 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 #F21AB0 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 176 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.05 |
| HSL | 318.33º | 0.89% | 0.53% | - |
| HSV(B) | 318.33º | 0.89% | 0.95% | - |
| XYZ | 44.82 | 22.75 | 43.1 | - |
| YUV | 107.68 | 166.56 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 176 | 0 | 0.89 | 0.27 | 0.05 | 318.33 | 0.89 | 0.53 |
| Hex | F2 | 1A | B0 | 0 | 59 | 1B | 5 | 13E | 59 | 35 |
| Octal | 362 | 32 | 260 | 0 | 131 | 33 | 5 | 476 | 131 | 65 |
| Binary | 11110010 | 11010 | 10110000 | 0 | 1011001 | 11011 | 101 | 100111110 | 1011001 | 110101 |
Color Harmonies of #F21AB0
Complementary color
Monochromatic Colors of #F21AB0
Black with #F21AB0
Text Example
Text Example
White with #F21AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AB0; }
p { color: rgb(242,26,176); }
H1.HeaderClassName
{
color: #F21AB0;
}
.AnyTagClassName
{
color: #F21AB0;
}
</style>
background-color css
<style>
a { background-color: #F21AB0; }
a { background-color: rgb(242,26,176); }
div.DivClassName
{
background-color: #F21AB0;
}
.BgClassName
{
background-color: #F21AB0;
}
</style>
border-color css
<style>
span { border-color: #F21AB0; }
span { border-color: rgb(242,26,176); }
td.TdClassName
{
border-color: #F21AB0;
}
.TagClassName
{
border-color: #F21AB0;
}
</style>