Shades of Spicy Pink #F21BA9
Tints of Spicy Pink #F21BA9
RGB
CMYK
RGB Variations
Color information
#F21BA9 (or 0xF21BA9) is known color: Spicy Pink. HEX triplet: F2, 1B and A9. RGB value is (242,27,169). Sum of RGB (Red+Green+Blue) = 242+27+169=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21BA9 is #0DE456. Grayscale: #6B6B6B. Windows color (decimal): -910423 or 11082738. OLE color: 11082738.
HSL color Cylindrical-coordinate representation of color #F21BA9: hue angle of 320.37º 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 #F21BA9 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 169 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.05 |
| HSL | 320.37º | 0.89% | 0.53% | - |
| HSV(B) | 320.37º | 0.89% | 0.95% | - |
| XYZ | 44.17 | 22.53 | 39.56 | - |
| YUV | 107.47 | 162.73 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 169 | 0 | 0.89 | 0.30 | 0.05 | 320.37 | 0.89 | 0.53 |
| Hex | F2 | 1B | A9 | 0 | 59 | 1E | 5 | 140 | 59 | 35 |
| Octal | 362 | 33 | 251 | 0 | 131 | 36 | 5 | 500 | 131 | 65 |
| Binary | 11110010 | 11011 | 10101001 | 0 | 1011001 | 11110 | 101 | 101000000 | 1011001 | 110101 |
Color Harmonies of #F21BA9
Complementary color
Monochromatic Colors of #F21BA9
Black with #F21BA9
Text Example
Text Example
White with #F21BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BA9; }
p { color: rgb(242,27,169); }
H1.HeaderClassName
{
color: #F21BA9;
}
.AnyTagClassName
{
color: #F21BA9;
}
</style>
background-color css
<style>
a { background-color: #F21BA9; }
a { background-color: rgb(242,27,169); }
div.DivClassName
{
background-color: #F21BA9;
}
.BgClassName
{
background-color: #F21BA9;
}
</style>
border-color css
<style>
span { border-color: #F21BA9; }
span { border-color: rgb(242,27,169); }
td.TdClassName
{
border-color: #F21BA9;
}
.TagClassName
{
border-color: #F21BA9;
}
</style>