Shades of Deep Pink #F21C7A
Tints of Deep Pink #F21C7A
RGB
CMYK
RGB Variations
Color information
#F21C7A (or 0xF21C7A) is known color: Deep Pink. HEX triplet: F2, 1C and 7A. RGB value is (242,28,122). Sum of RGB (Red+Green+Blue) = 242+28+122=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C7A is #0DE385. Grayscale: #666666. Windows color (decimal): -910214 or 8002802. OLE color: 8002802.
HSL color Cylindrical-coordinate representation of color #F21C7A: hue angle of 333.64º 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 #F21C7A is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 122 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.05 |
| HSL | 333.64º | 0.89% | 0.53% | - |
| HSV(B) | 333.64º | 0.88% | 0.95% | - |
| XYZ | 40.55 | 21.11 | 20.35 | - |
| YUV | 102.7 | 138.9 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 122 | 0 | 0.88 | 0.50 | 0.05 | 333.64 | 0.89 | 0.53 |
| Hex | F2 | 1C | 7A | 0 | 58 | 32 | 5 | 14E | 59 | 35 |
| Octal | 362 | 34 | 172 | 0 | 130 | 62 | 5 | 516 | 131 | 65 |
| Binary | 11110010 | 11100 | 1111010 | 0 | 1011000 | 110010 | 101 | 101001110 | 1011001 | 110101 |
Color Harmonies of #F21C7A
Complementary color
Monochromatic Colors of #F21C7A
Black with #F21C7A
Text Example
Text Example
White with #F21C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C7A; }
p { color: rgb(242,28,122); }
H1.HeaderClassName
{
color: #F21C7A;
}
.AnyTagClassName
{
color: #F21C7A;
}
</style>
background-color css
<style>
a { background-color: #F21C7A; }
a { background-color: rgb(242,28,122); }
div.DivClassName
{
background-color: #F21C7A;
}
.BgClassName
{
background-color: #F21C7A;
}
</style>
border-color css
<style>
span { border-color: #F21C7A; }
span { border-color: rgb(242,28,122); }
td.TdClassName
{
border-color: #F21C7A;
}
.TagClassName
{
border-color: #F21C7A;
}
</style>