Shades of Spicy Pink #F21DB4
Tints of Spicy Pink #F21DB4
RGB
CMYK
RGB Variations
Color information
#F21DB4 (or 0xF21DB4) is known color: Spicy Pink. HEX triplet: F2, 1D and B4. RGB value is (242,29,180). Sum of RGB (Red+Green+Blue) = 242+29+180=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DB4 is #0DE24B. Grayscale: #6D6D6D. Windows color (decimal): -909900 or 11804146. OLE color: 11804146.
HSL color Cylindrical-coordinate representation of color #F21DB4: hue angle of 317.46º 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 #F21DB4 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 180 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.05 |
| HSL | 317.46º | 0.89% | 0.53% | - |
| HSV(B) | 317.46º | 0.88% | 0.95% | - |
| XYZ | 45.3 | 23.05 | 45.24 | - |
| YUV | 109.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 180 | 0 | 0.88 | 0.26 | 0.05 | 317.46 | 0.89 | 0.53 |
| Hex | F2 | 1D | B4 | 0 | 58 | 1A | 5 | 13D | 59 | 35 |
| Octal | 362 | 35 | 264 | 0 | 130 | 32 | 5 | 475 | 131 | 65 |
| Binary | 11110010 | 11101 | 10110100 | 0 | 1011000 | 11010 | 101 | 100111101 | 1011001 | 110101 |
Color Harmonies of #F21DB4
Complementary color
Monochromatic Colors of #F21DB4
Black with #F21DB4
Text Example
Text Example
White with #F21DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DB4; }
p { color: rgb(242,29,180); }
H1.HeaderClassName
{
color: #F21DB4;
}
.AnyTagClassName
{
color: #F21DB4;
}
</style>
background-color css
<style>
a { background-color: #F21DB4; }
a { background-color: rgb(242,29,180); }
div.DivClassName
{
background-color: #F21DB4;
}
.BgClassName
{
background-color: #F21DB4;
}
</style>
border-color css
<style>
span { border-color: #F21DB4; }
span { border-color: rgb(242,29,180); }
td.TdClassName
{
border-color: #F21DB4;
}
.TagClassName
{
border-color: #F21DB4;
}
</style>