Shades of French Rose #F2497F
Tints of French Rose #F2497F
RGB
CMYK
RGB Variations
Color information
#F2497F (or 0xF2497F) is known color: French Rose. HEX triplet: F2, 49 and 7F. RGB value is (242,73,127). Sum of RGB (Red+Green+Blue) = 242+73+127=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2497F is #0DB680. Grayscale: #818181. Windows color (decimal): -898689 or 8342002. OLE color: 8342002.
HSL color Cylindrical-coordinate representation of color #F2497F: hue angle of 340.83º 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 #F2497F is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 127 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.05 |
| HSL | 340.83º | 0.87% | 0.62% | - |
| HSV(B) | 340.83º | 0.7% | 0.95% | - |
| XYZ | 42.83 | 25.17 | 22.68 | - |
| YUV | 129.69 | 126.49 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 127 | 0 | 0.70 | 0.48 | 0.05 | 340.83 | 0.87 | 0.62 |
| Hex | F2 | 49 | 7F | 0 | 46 | 30 | 5 | 155 | 57 | 3E |
| Octal | 362 | 111 | 177 | 0 | 106 | 60 | 5 | 525 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1111111 | 0 | 1000110 | 110000 | 101 | 101010101 | 1010111 | 111110 |
Color Harmonies of #F2497F
Complementary color
Monochromatic Colors of #F2497F
Black with #F2497F
Text Example
Text Example
White with #F2497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2497F; }
p { color: rgb(242,73,127); }
H1.HeaderClassName
{
color: #F2497F;
}
.AnyTagClassName
{
color: #F2497F;
}
</style>
background-color css
<style>
a { background-color: #F2497F; }
a { background-color: rgb(242,73,127); }
div.DivClassName
{
background-color: #F2497F;
}
.BgClassName
{
background-color: #F2497F;
}
</style>
border-color css
<style>
span { border-color: #F2497F; }
span { border-color: rgb(242,73,127); }
td.TdClassName
{
border-color: #F2497F;
}
.TagClassName
{
border-color: #F2497F;
}
</style>