Shades of Spicy Pink #F21FB0
Tints of Spicy Pink #F21FB0
RGB
CMYK
RGB Variations
Color information
#F21FB0 (or 0xF21FB0) is known color: Spicy Pink. HEX triplet: F2, 1F and B0. RGB value is (242,31,176). Sum of RGB (Red+Green+Blue) = 242+31+176=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21FB0 is #0DE04F. Grayscale: #6E6E6E. Windows color (decimal): -909392 or 11542514. OLE color: 11542514.
HSL color Cylindrical-coordinate representation of color #F21FB0: hue angle of 318.77º 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 #F21FB0 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 176 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.05 |
| HSL | 318.77º | 0.89% | 0.54% | - |
| HSV(B) | 318.77º | 0.87% | 0.95% | - |
| XYZ | 44.94 | 22.99 | 43.14 | - |
| YUV | 110.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 176 | 0 | 0.87 | 0.27 | 0.05 | 318.77 | 0.89 | 0.54 |
| Hex | F2 | 1F | B0 | 0 | 57 | 1B | 5 | 13F | 59 | 36 |
| Octal | 362 | 37 | 260 | 0 | 127 | 33 | 5 | 477 | 131 | 66 |
| Binary | 11110010 | 11111 | 10110000 | 0 | 1010111 | 11011 | 101 | 100111111 | 1011001 | 110110 |
Color Harmonies of #F21FB0
Complementary color
Monochromatic Colors of #F21FB0
Black with #F21FB0
Text Example
Text Example
White with #F21FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FB0; }
p { color: rgb(242,31,176); }
H1.HeaderClassName
{
color: #F21FB0;
}
.AnyTagClassName
{
color: #F21FB0;
}
</style>
background-color css
<style>
a { background-color: #F21FB0; }
a { background-color: rgb(242,31,176); }
div.DivClassName
{
background-color: #F21FB0;
}
.BgClassName
{
background-color: #F21FB0;
}
</style>
border-color css
<style>
span { border-color: #F21FB0; }
span { border-color: rgb(242,31,176); }
td.TdClassName
{
border-color: #F21FB0;
}
.TagClassName
{
border-color: #F21FB0;
}
</style>