Shades of Deep Pink #F21C97
Tints of Deep Pink #F21C97
RGB
CMYK
RGB Variations
Color information
#F21C97 (or 0xF21C97) is known color: Deep Pink. HEX triplet: F2, 1C and 97. RGB value is (242,28,151). Sum of RGB (Red+Green+Blue) = 242+28+151=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C97 is #0DE368. Grayscale: #696969. Windows color (decimal): -910185 or 9903346. OLE color: 9903346.
HSL color Cylindrical-coordinate representation of color #F21C97: hue angle of 325.51º 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 #F21C97 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 151 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.05 |
| HSL | 325.51º | 0.89% | 0.53% | - |
| HSV(B) | 325.51º | 0.88% | 0.95% | - |
| XYZ | 42.62 | 21.94 | 31.27 | - |
| YUV | 106.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 151 | 0 | 0.88 | 0.38 | 0.05 | 325.51 | 0.89 | 0.53 |
| Hex | F2 | 1C | 97 | 0 | 58 | 26 | 5 | 146 | 59 | 35 |
| Octal | 362 | 34 | 227 | 0 | 130 | 46 | 5 | 506 | 131 | 65 |
| Binary | 11110010 | 11100 | 10010111 | 0 | 1011000 | 100110 | 101 | 101000110 | 1011001 | 110101 |
Color Harmonies of #F21C97
Complementary color
Monochromatic Colors of #F21C97
Black with #F21C97
Text Example
Text Example
White with #F21C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C97; }
p { color: rgb(242,28,151); }
H1.HeaderClassName
{
color: #F21C97;
}
.AnyTagClassName
{
color: #F21C97;
}
</style>
background-color css
<style>
a { background-color: #F21C97; }
a { background-color: rgb(242,28,151); }
div.DivClassName
{
background-color: #F21C97;
}
.BgClassName
{
background-color: #F21C97;
}
</style>
border-color css
<style>
span { border-color: #F21C97; }
span { border-color: rgb(242,28,151); }
td.TdClassName
{
border-color: #F21C97;
}
.TagClassName
{
border-color: #F21C97;
}
</style>