Shades of Dark Pink #F2497A
Tints of Dark Pink #F2497A
RGB
CMYK
RGB Variations
Color information
#F2497A (or 0xF2497A) is known color: Dark Pink. HEX triplet: F2, 49 and 7A. RGB value is (242,73,122). Sum of RGB (Red+Green+Blue) = 242+73+122=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2497A is #0DB685. Grayscale: #818181. Windows color (decimal): -898694 or 8014322. OLE color: 8014322.
HSL color Cylindrical-coordinate representation of color #F2497A: hue angle of 342.6º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2497A is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 122 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.05 |
| HSL | 342.6º | 0.87% | 0.62% | - |
| HSV(B) | 342.6º | 0.7% | 0.95% | - |
| XYZ | 42.51 | 25.05 | 21.01 | - |
| YUV | 129.12 | 123.99 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 122 | 0 | 0.70 | 0.50 | 0.05 | 342.6 | 0.87 | 0.62 |
| Hex | F2 | 49 | 7A | 0 | 46 | 32 | 5 | 157 | 57 | 3E |
| Octal | 362 | 111 | 172 | 0 | 106 | 62 | 5 | 527 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1111010 | 0 | 1000110 | 110010 | 101 | 101010111 | 1010111 | 111110 |
Color Harmonies of #F2497A
Complementary color
Monochromatic Colors of #F2497A
Black with #F2497A
Text Example
Text Example
White with #F2497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2497A; }
p { color: rgb(242,73,122); }
H1.HeaderClassName
{
color: #F2497A;
}
.AnyTagClassName
{
color: #F2497A;
}
</style>
background-color css
<style>
a { background-color: #F2497A; }
a { background-color: rgb(242,73,122); }
div.DivClassName
{
background-color: #F2497A;
}
.BgClassName
{
background-color: #F2497A;
}
</style>
border-color css
<style>
span { border-color: #F2497A; }
span { border-color: rgb(242,73,122); }
td.TdClassName
{
border-color: #F2497A;
}
.TagClassName
{
border-color: #F2497A;
}
</style>