Shades of Spicy Pink #F21CAD
Tints of Spicy Pink #F21CAD
RGB
CMYK
RGB Variations
Color information
#F21CAD (or 0xF21CAD) is known color: Spicy Pink. HEX triplet: F2, 1C and AD. RGB value is (242,28,173). Sum of RGB (Red+Green+Blue) = 242+28+173=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F21CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21CAD is #0DE352. Grayscale: #6C6C6C. Windows color (decimal): -910163 or 11345138. OLE color: 11345138.
HSL color Cylindrical-coordinate representation of color #F21CAD: hue angle of 319.35º 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 #F21CAD is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 173 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.05 |
| HSL | 319.35º | 0.89% | 0.53% | - |
| HSV(B) | 319.35º | 0.88% | 0.95% | - |
| XYZ | 44.58 | 22.72 | 41.57 | - |
| YUV | 108.52 | 164.4 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 173 | 0 | 0.88 | 0.29 | 0.05 | 319.35 | 0.89 | 0.53 |
| Hex | F2 | 1C | AD | 0 | 58 | 1D | 5 | 13F | 59 | 35 |
| Octal | 362 | 34 | 255 | 0 | 130 | 35 | 5 | 477 | 131 | 65 |
| Binary | 11110010 | 11100 | 10101101 | 0 | 1011000 | 11101 | 101 | 100111111 | 1011001 | 110101 |
Color Harmonies of #F21CAD
Complementary color
Monochromatic Colors of #F21CAD
Black with #F21CAD
Text Example
Text Example
White with #F21CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21CAD; }
p { color: rgb(242,28,173); }
H1.HeaderClassName
{
color: #F21CAD;
}
.AnyTagClassName
{
color: #F21CAD;
}
</style>
background-color css
<style>
a { background-color: #F21CAD; }
a { background-color: rgb(242,28,173); }
div.DivClassName
{
background-color: #F21CAD;
}
.BgClassName
{
background-color: #F21CAD;
}
</style>
border-color css
<style>
span { border-color: #F21CAD; }
span { border-color: rgb(242,28,173); }
td.TdClassName
{
border-color: #F21CAD;
}
.TagClassName
{
border-color: #F21CAD;
}
</style>