Shades of Dark Pink #F0497C
Tints of Dark Pink #F0497C
RGB
CMYK
RGB Variations
Color information
#F0497C (or 0xF0497C) is known color: Dark Pink. HEX triplet: F0, 49 and 7C. RGB value is (240,73,124). Sum of RGB (Red+Green+Blue) = 240+73+124=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0497C is #0FB683. Grayscale: #808080. Windows color (decimal): -1029764 or 8145392. OLE color: 8145392.
HSL color Cylindrical-coordinate representation of color #F0497C: hue angle of 341.68º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0497C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 124 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.06 |
| HSL | 341.68º | 0.85% | 0.61% | - |
| HSV(B) | 341.68º | 0.7% | 0.94% | - |
| XYZ | 41.96 | 24.75 | 21.63 | - |
| YUV | 128.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 124 | 0 | 0.70 | 0.48 | 0.06 | 341.68 | 0.85 | 0.61 |
| Hex | F0 | 49 | 7C | 0 | 46 | 30 | 6 | 156 | 55 | 3D |
| Octal | 360 | 111 | 174 | 0 | 106 | 60 | 6 | 526 | 125 | 75 |
| Binary | 11110000 | 1001001 | 1111100 | 0 | 1000110 | 110000 | 110 | 101010110 | 1010101 | 111101 |
Color Harmonies of #F0497C
Complementary color
Monochromatic Colors of #F0497C
Black with #F0497C
Text Example
Text Example
White with #F0497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0497C; }
p { color: rgb(240,73,124); }
H1.HeaderClassName
{
color: #F0497C;
}
.AnyTagClassName
{
color: #F0497C;
}
</style>
background-color css
<style>
a { background-color: #F0497C; }
a { background-color: rgb(240,73,124); }
div.DivClassName
{
background-color: #F0497C;
}
.BgClassName
{
background-color: #F0497C;
}
</style>
border-color css
<style>
span { border-color: #F0497C; }
span { border-color: rgb(240,73,124); }
td.TdClassName
{
border-color: #F0497C;
}
.TagClassName
{
border-color: #F0497C;
}
</style>