Shades of Spicy Pink #F21DB1
Tints of Spicy Pink #F21DB1
RGB
CMYK
RGB Variations
Color information
#F21DB1 (or 0xF21DB1) is known color: Spicy Pink. HEX triplet: F2, 1D and B1. RGB value is (242,29,177). Sum of RGB (Red+Green+Blue) = 242+29+177=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DB1 is #0DE24E. Grayscale: #6D6D6D. Windows color (decimal): -909903 or 11607538. OLE color: 11607538.
HSL color Cylindrical-coordinate representation of color #F21DB1: hue angle of 318.31º 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 #F21DB1 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 177 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.05 |
| HSL | 318.31º | 0.89% | 0.53% | - |
| HSV(B) | 318.31º | 0.88% | 0.95% | - |
| XYZ | 44.99 | 22.93 | 43.65 | - |
| YUV | 109.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 177 | 0 | 0.88 | 0.27 | 0.05 | 318.31 | 0.89 | 0.53 |
| Hex | F2 | 1D | B1 | 0 | 58 | 1B | 5 | 13E | 59 | 35 |
| Octal | 362 | 35 | 261 | 0 | 130 | 33 | 5 | 476 | 131 | 65 |
| Binary | 11110010 | 11101 | 10110001 | 0 | 1011000 | 11011 | 101 | 100111110 | 1011001 | 110101 |
Color Harmonies of #F21DB1
Complementary color
Monochromatic Colors of #F21DB1
Black with #F21DB1
Text Example
Text Example
White with #F21DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DB1; }
p { color: rgb(242,29,177); }
H1.HeaderClassName
{
color: #F21DB1;
}
.AnyTagClassName
{
color: #F21DB1;
}
</style>
background-color css
<style>
a { background-color: #F21DB1; }
a { background-color: rgb(242,29,177); }
div.DivClassName
{
background-color: #F21DB1;
}
.BgClassName
{
background-color: #F21DB1;
}
</style>
border-color css
<style>
span { border-color: #F21DB1; }
span { border-color: rgb(242,29,177); }
td.TdClassName
{
border-color: #F21DB1;
}
.TagClassName
{
border-color: #F21DB1;
}
</style>