Shades of Spicy Pink #F21DB2
Tints of Spicy Pink #F21DB2
RGB
CMYK
RGB Variations
Color information
#F21DB2 (or 0xF21DB2) is known color: Spicy Pink. HEX triplet: F2, 1D and B2. RGB value is (242,29,178). Sum of RGB (Red+Green+Blue) = 242+29+178=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DB2 is #0DE24D. Grayscale: #6D6D6D. Windows color (decimal): -909902 or 11673074. OLE color: 11673074.
HSL color Cylindrical-coordinate representation of color #F21DB2: hue angle of 318.03º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DB2 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 178 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.05 |
| HSL | 318.03º | 0.89% | 0.53% | - |
| HSV(B) | 318.03º | 0.88% | 0.95% | - |
| XYZ | 45.09 | 22.97 | 44.18 | - |
| YUV | 109.67 | 166.57 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 178 | 0 | 0.88 | 0.26 | 0.05 | 318.03 | 0.89 | 0.53 |
| Hex | F2 | 1D | B2 | 0 | 58 | 1A | 5 | 13E | 59 | 35 |
| Octal | 362 | 35 | 262 | 0 | 130 | 32 | 5 | 476 | 131 | 65 |
| Binary | 11110010 | 11101 | 10110010 | 0 | 1011000 | 11010 | 101 | 100111110 | 1011001 | 110101 |
Color Harmonies of #F21DB2
Complementary color
Monochromatic Colors of #F21DB2
Black with #F21DB2
Text Example
Text Example
White with #F21DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DB2; }
p { color: rgb(242,29,178); }
H1.HeaderClassName
{
color: #F21DB2;
}
.AnyTagClassName
{
color: #F21DB2;
}
</style>
background-color css
<style>
a { background-color: #F21DB2; }
a { background-color: rgb(242,29,178); }
div.DivClassName
{
background-color: #F21DB2;
}
.BgClassName
{
background-color: #F21DB2;
}
</style>
border-color css
<style>
span { border-color: #F21DB2; }
span { border-color: rgb(242,29,178); }
td.TdClassName
{
border-color: #F21DB2;
}
.TagClassName
{
border-color: #F21DB2;
}
</style>