Shades of Deep Pink #F2197C
Tints of Deep Pink #F2197C
RGB
CMYK
RGB Variations
Color information
#F2197C (or 0xF2197C) is known color: Deep Pink. HEX triplet: F2, 19 and 7C. RGB value is (242,25,124). Sum of RGB (Red+Green+Blue) = 242+25+124=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2197C is #0DE683. Grayscale: #646464. Windows color (decimal): -910980 or 8133106. OLE color: 8133106.
HSL color Cylindrical-coordinate representation of color #F2197C: hue angle of 332.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2197C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 124 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.05 |
| HSL | 332.63º | 0.89% | 0.52% | - |
| HSV(B) | 332.63º | 0.9% | 0.95% | - |
| XYZ | 40.6 | 21.03 | 20.99 | - |
| YUV | 101.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 124 | 0 | 0.90 | 0.49 | 0.05 | 332.63 | 0.89 | 0.52 |
| Hex | F2 | 19 | 7C | 0 | 5A | 31 | 5 | 14D | 59 | 34 |
| Octal | 362 | 31 | 174 | 0 | 132 | 61 | 5 | 515 | 131 | 64 |
| Binary | 11110010 | 11001 | 1111100 | 0 | 1011010 | 110001 | 101 | 101001101 | 1011001 | 110100 |
Color Harmonies of #F2197C
Complementary color
Monochromatic Colors of #F2197C
Black with #F2197C
Text Example
Text Example
White with #F2197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2197C; }
p { color: rgb(242,25,124); }
H1.HeaderClassName
{
color: #F2197C;
}
.AnyTagClassName
{
color: #F2197C;
}
</style>
background-color css
<style>
a { background-color: #F2197C; }
a { background-color: rgb(242,25,124); }
div.DivClassName
{
background-color: #F2197C;
}
.BgClassName
{
background-color: #F2197C;
}
</style>
border-color css
<style>
span { border-color: #F2197C; }
span { border-color: rgb(242,25,124); }
td.TdClassName
{
border-color: #F2197C;
}
.TagClassName
{
border-color: #F2197C;
}
</style>