Shades of Deep Pink #F2097C
Tints of Deep Pink #F2097C
RGB
CMYK
RGB Variations
Color information
#F2097C (or 0xF2097C) is known color: Deep Pink. HEX triplet: F2, 09 and 7C. RGB value is (242,9,124). Sum of RGB (Red+Green+Blue) = 242+9+124=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2097C is #0DF683. Grayscale: #5B5B5B. Windows color (decimal): -915076 or 8129010. OLE color: 8129010.
HSL color Cylindrical-coordinate representation of color #F2097C: hue angle of 330.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2097C is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 124 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.05 |
| HSL | 330.39º | 0.93% | 0.49% | - |
| HSV(B) | 330.39º | 0.96% | 0.95% | - |
| XYZ | 40.35 | 20.53 | 20.9 | - |
| YUV | 91.78 | 146.19 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 124 | 0 | 0.96 | 0.49 | 0.05 | 330.39 | 0.93 | 0.49 |
| Hex | F2 | 9 | 7C | 0 | 60 | 31 | 5 | 14A | 5D | 31 |
| Octal | 362 | 11 | 174 | 0 | 140 | 61 | 5 | 512 | 135 | 61 |
| Binary | 11110010 | 1001 | 1111100 | 0 | 1100000 | 110001 | 101 | 101001010 | 1011101 | 110001 |
Color Harmonies of #F2097C
Complementary color
Monochromatic Colors of #F2097C
Black with #F2097C
Text Example
Text Example
White with #F2097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2097C; }
p { color: rgb(242,9,124); }
H1.HeaderClassName
{
color: #F2097C;
}
.AnyTagClassName
{
color: #F2097C;
}
</style>
background-color css
<style>
a { background-color: #F2097C; }
a { background-color: rgb(242,9,124); }
div.DivClassName
{
background-color: #F2097C;
}
.BgClassName
{
background-color: #F2097C;
}
</style>
border-color css
<style>
span { border-color: #F2097C; }
span { border-color: rgb(242,9,124); }
td.TdClassName
{
border-color: #F2097C;
}
.TagClassName
{
border-color: #F2097C;
}
</style>