Shades of Spicy Pink #F21DB8
Tints of Spicy Pink #F21DB8
RGB
CMYK
RGB Variations
Color information
#F21DB8 (or 0xF21DB8) is known color: Spicy Pink. HEX triplet: F2, 1D and B8. RGB value is (242,29,184). Sum of RGB (Red+Green+Blue) = 242+29+184=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DB8 is #0DE247. Grayscale: #6D6D6D. Windows color (decimal): -909896 or 12066290. OLE color: 12066290.
HSL color Cylindrical-coordinate representation of color #F21DB8: hue angle of 316.34º 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 #F21DB8 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 184 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.05 |
| HSL | 316.34º | 0.89% | 0.53% | - |
| HSV(B) | 316.34º | 0.88% | 0.95% | - |
| XYZ | 45.71 | 23.22 | 47.42 | - |
| YUV | 110.36 | 169.57 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 184 | 0 | 0.88 | 0.24 | 0.05 | 316.34 | 0.89 | 0.53 |
| Hex | F2 | 1D | B8 | 0 | 58 | 18 | 5 | 13C | 59 | 35 |
| Octal | 362 | 35 | 270 | 0 | 130 | 30 | 5 | 474 | 131 | 65 |
| Binary | 11110010 | 11101 | 10111000 | 0 | 1011000 | 11000 | 101 | 100111100 | 1011001 | 110101 |
Color Harmonies of #F21DB8
Complementary color
Monochromatic Colors of #F21DB8
Black with #F21DB8
Text Example
Text Example
White with #F21DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DB8; }
p { color: rgb(242,29,184); }
H1.HeaderClassName
{
color: #F21DB8;
}
.AnyTagClassName
{
color: #F21DB8;
}
</style>
background-color css
<style>
a { background-color: #F21DB8; }
a { background-color: rgb(242,29,184); }
div.DivClassName
{
background-color: #F21DB8;
}
.BgClassName
{
background-color: #F21DB8;
}
</style>
border-color css
<style>
span { border-color: #F21DB8; }
span { border-color: rgb(242,29,184); }
td.TdClassName
{
border-color: #F21DB8;
}
.TagClassName
{
border-color: #F21DB8;
}
</style>