Shades of Deep Pink #F21C7E
Tints of Deep Pink #F21C7E
RGB
CMYK
RGB Variations
Color information
#F21C7E (or 0xF21C7E) is known color: Deep Pink. HEX triplet: F2, 1C and 7E. RGB value is (242,28,126). Sum of RGB (Red+Green+Blue) = 242+28+126=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C7E is #0DE381. Grayscale: #666666. Windows color (decimal): -910210 or 8264946. OLE color: 8264946.
HSL color Cylindrical-coordinate representation of color #F21C7E: hue angle of 332.52º 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 #F21C7E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 126 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.05 |
| HSL | 332.52º | 0.89% | 0.53% | - |
| HSV(B) | 332.52º | 0.88% | 0.95% | - |
| XYZ | 40.8 | 21.21 | 21.68 | - |
| YUV | 103.16 | 140.9 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 126 | 0 | 0.88 | 0.48 | 0.05 | 332.52 | 0.89 | 0.53 |
| Hex | F2 | 1C | 7E | 0 | 58 | 30 | 5 | 14D | 59 | 35 |
| Octal | 362 | 34 | 176 | 0 | 130 | 60 | 5 | 515 | 131 | 65 |
| Binary | 11110010 | 11100 | 1111110 | 0 | 1011000 | 110000 | 101 | 101001101 | 1011001 | 110101 |
Color Harmonies of #F21C7E
Complementary color
Monochromatic Colors of #F21C7E
Black with #F21C7E
Text Example
Text Example
White with #F21C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C7E; }
p { color: rgb(242,28,126); }
H1.HeaderClassName
{
color: #F21C7E;
}
.AnyTagClassName
{
color: #F21C7E;
}
</style>
background-color css
<style>
a { background-color: #F21C7E; }
a { background-color: rgb(242,28,126); }
div.DivClassName
{
background-color: #F21C7E;
}
.BgClassName
{
background-color: #F21C7E;
}
</style>
border-color css
<style>
span { border-color: #F21C7E; }
span { border-color: rgb(242,28,126); }
td.TdClassName
{
border-color: #F21C7E;
}
.TagClassName
{
border-color: #F21C7E;
}
</style>