Shades of Spicy Pink #F21DAB
Tints of Spicy Pink #F21DAB
RGB
CMYK
RGB Variations
Color information
#F21DAB (or 0xF21DAB) is known color: Spicy Pink. HEX triplet: F2, 1D and AB. RGB value is (242,29,171). Sum of RGB (Red+Green+Blue) = 242+29+171=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21DAB is #0DE254. Grayscale: #6C6C6C. Windows color (decimal): -909909 or 11214322. OLE color: 11214322.
HSL color Cylindrical-coordinate representation of color #F21DAB: hue angle of 320º 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 #F21DAB is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 171 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.05 |
| HSL | 320º | 0.89% | 0.53% | - |
| HSV(B) | 320º | 0.88% | 0.95% | - |
| XYZ | 44.41 | 22.7 | 40.57 | - |
| YUV | 108.88 | 163.07 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 171 | 0 | 0.88 | 0.29 | 0.05 | 320 | 0.89 | 0.53 |
| Hex | F2 | 1D | AB | 0 | 58 | 1D | 5 | 140 | 59 | 35 |
| Octal | 362 | 35 | 253 | 0 | 130 | 35 | 5 | 500 | 131 | 65 |
| Binary | 11110010 | 11101 | 10101011 | 0 | 1011000 | 11101 | 101 | 101000000 | 1011001 | 110101 |
Color Harmonies of #F21DAB
Complementary color
Monochromatic Colors of #F21DAB
Black with #F21DAB
Text Example
Text Example
White with #F21DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DAB; }
p { color: rgb(242,29,171); }
H1.HeaderClassName
{
color: #F21DAB;
}
.AnyTagClassName
{
color: #F21DAB;
}
</style>
background-color css
<style>
a { background-color: #F21DAB; }
a { background-color: rgb(242,29,171); }
div.DivClassName
{
background-color: #F21DAB;
}
.BgClassName
{
background-color: #F21DAB;
}
</style>
border-color css
<style>
span { border-color: #F21DAB; }
span { border-color: rgb(242,29,171); }
td.TdClassName
{
border-color: #F21DAB;
}
.TagClassName
{
border-color: #F21DAB;
}
</style>