Shades of Spicy Pink #F21DB5
Tints of Spicy Pink #F21DB5
RGB
CMYK
RGB Variations
Color information
#F21DB5 (or 0xF21DB5) is known color: Spicy Pink. HEX triplet: F2, 1D and B5. RGB value is (242,29,181). Sum of RGB (Red+Green+Blue) = 242+29+181=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DB5 is #0DE24A. Grayscale: #6D6D6D. Windows color (decimal): -909899 or 11869682. OLE color: 11869682.
HSL color Cylindrical-coordinate representation of color #F21DB5: hue angle of 317.18º 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 #F21DB5 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 181 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.05 |
| HSL | 317.18º | 0.89% | 0.53% | - |
| HSV(B) | 317.18º | 0.88% | 0.95% | - |
| XYZ | 45.4 | 23.09 | 45.78 | - |
| YUV | 110.02 | 168.07 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 181 | 0 | 0.88 | 0.25 | 0.05 | 317.18 | 0.89 | 0.53 |
| Hex | F2 | 1D | B5 | 0 | 58 | 19 | 5 | 13D | 59 | 35 |
| Octal | 362 | 35 | 265 | 0 | 130 | 31 | 5 | 475 | 131 | 65 |
| Binary | 11110010 | 11101 | 10110101 | 0 | 1011000 | 11001 | 101 | 100111101 | 1011001 | 110101 |
Color Harmonies of #F21DB5
Complementary color
Monochromatic Colors of #F21DB5
Black with #F21DB5
Text Example
Text Example
White with #F21DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DB5; }
p { color: rgb(242,29,181); }
H1.HeaderClassName
{
color: #F21DB5;
}
.AnyTagClassName
{
color: #F21DB5;
}
</style>
background-color css
<style>
a { background-color: #F21DB5; }
a { background-color: rgb(242,29,181); }
div.DivClassName
{
background-color: #F21DB5;
}
.BgClassName
{
background-color: #F21DB5;
}
</style>
border-color css
<style>
span { border-color: #F21DB5; }
span { border-color: rgb(242,29,181); }
td.TdClassName
{
border-color: #F21DB5;
}
.TagClassName
{
border-color: #F21DB5;
}
</style>