Shades of Deep Pink #F21C85
Tints of Deep Pink #F21C85
RGB
CMYK
RGB Variations
Color information
#F21C85 (or 0xF21C85) is known color: Deep Pink. HEX triplet: F2, 1C and 85. RGB value is (242,28,133). Sum of RGB (Red+Green+Blue) = 242+28+133=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C85 is #0DE37A. Grayscale: #676767. Windows color (decimal): -910203 or 8723698. OLE color: 8723698.
HSL color Cylindrical-coordinate representation of color #F21C85: hue angle of 330.56º 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 #F21C85 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 133 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.05 |
| HSL | 330.56º | 0.89% | 0.53% | - |
| HSV(B) | 330.56º | 0.88% | 0.95% | - |
| XYZ | 41.27 | 21.4 | 24.15 | - |
| YUV | 103.96 | 144.4 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 133 | 0 | 0.88 | 0.45 | 0.05 | 330.56 | 0.89 | 0.53 |
| Hex | F2 | 1C | 85 | 0 | 58 | 2D | 5 | 14B | 59 | 35 |
| Octal | 362 | 34 | 205 | 0 | 130 | 55 | 5 | 513 | 131 | 65 |
| Binary | 11110010 | 11100 | 10000101 | 0 | 1011000 | 101101 | 101 | 101001011 | 1011001 | 110101 |
Color Harmonies of #F21C85
Complementary color
Monochromatic Colors of #F21C85
Black with #F21C85
Text Example
Text Example
White with #F21C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C85; }
p { color: rgb(242,28,133); }
H1.HeaderClassName
{
color: #F21C85;
}
.AnyTagClassName
{
color: #F21C85;
}
</style>
background-color css
<style>
a { background-color: #F21C85; }
a { background-color: rgb(242,28,133); }
div.DivClassName
{
background-color: #F21C85;
}
.BgClassName
{
background-color: #F21C85;
}
</style>
border-color css
<style>
span { border-color: #F21C85; }
span { border-color: rgb(242,28,133); }
td.TdClassName
{
border-color: #F21C85;
}
.TagClassName
{
border-color: #F21C85;
}
</style>