Shades of Dark Pink #F2497B
Tints of Dark Pink #F2497B
RGB
CMYK
RGB Variations
Color information
#F2497B (or 0xF2497B) is known color: Dark Pink. HEX triplet: F2, 49 and 7B. RGB value is (242,73,123). Sum of RGB (Red+Green+Blue) = 242+73+123=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2497B is #0DB684. Grayscale: #818181. Windows color (decimal): -898693 or 8079858. OLE color: 8079858.
HSL color Cylindrical-coordinate representation of color #F2497B: hue angle of 342.25º 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 #F2497B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 123 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.05 |
| HSL | 342.25º | 0.87% | 0.62% | - |
| HSV(B) | 342.25º | 0.7% | 0.95% | - |
| XYZ | 42.58 | 25.07 | 21.33 | - |
| YUV | 129.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 123 | 0 | 0.70 | 0.49 | 0.05 | 342.25 | 0.87 | 0.62 |
| Hex | F2 | 49 | 7B | 0 | 46 | 31 | 5 | 156 | 57 | 3E |
| Octal | 362 | 111 | 173 | 0 | 106 | 61 | 5 | 526 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1111011 | 0 | 1000110 | 110001 | 101 | 101010110 | 1010111 | 111110 |
Color Harmonies of #F2497B
Complementary color
Monochromatic Colors of #F2497B
Black with #F2497B
Text Example
Text Example
White with #F2497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2497B; }
p { color: rgb(242,73,123); }
H1.HeaderClassName
{
color: #F2497B;
}
.AnyTagClassName
{
color: #F2497B;
}
</style>
background-color css
<style>
a { background-color: #F2497B; }
a { background-color: rgb(242,73,123); }
div.DivClassName
{
background-color: #F2497B;
}
.BgClassName
{
background-color: #F2497B;
}
</style>
border-color css
<style>
span { border-color: #F2497B; }
span { border-color: rgb(242,73,123); }
td.TdClassName
{
border-color: #F2497B;
}
.TagClassName
{
border-color: #F2497B;
}
</style>