Shades of French Rose #F4497A
Tints of French Rose #F4497A
RGB
CMYK
RGB Variations
Color information
#F4497A (or 0xF4497A) is known color: French Rose. HEX triplet: F4, 49 and 7A. RGB value is (244,73,122). Sum of RGB (Red+Green+Blue) = 244+73+122=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4497A is #0BB685. Grayscale: #818181. Windows color (decimal): -767622 or 8014324. OLE color: 8014324.
HSL color Cylindrical-coordinate representation of color #F4497A: hue angle of 342.81º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4497A is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 122 | - |
| CMYK | 0 | 0.70 | 0.5 | 0.04 |
| HSL | 342.81º | 0.89% | 0.62% | - |
| HSV(B) | 342.81º | 0.7% | 0.96% | - |
| XYZ | 43.2 | 25.4 | 21.04 | - |
| YUV | 129.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 122 | 0 | 0.70 | 0.5 | 0.04 | 342.81 | 0.89 | 0.62 |
| Hex | F4 | 49 | 7A | 0 | 46 | 32 | 4 | 157 | 59 | 3E |
| Octal | 364 | 111 | 172 | 0 | 106 | 62 | 4 | 527 | 131 | 76 |
| Binary | 11110100 | 1001001 | 1111010 | 0 | 1000110 | 110010 | 100 | 101010111 | 1011001 | 111110 |
Color Harmonies of #F4497A
Complementary color
Monochromatic Colors of #F4497A
Black with #F4497A
Text Example
Text Example
White with #F4497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4497A; }
p { color: rgb(244,73,122); }
H1.HeaderClassName
{
color: #F4497A;
}
.AnyTagClassName
{
color: #F4497A;
}
</style>
background-color css
<style>
a { background-color: #F4497A; }
a { background-color: rgb(244,73,122); }
div.DivClassName
{
background-color: #F4497A;
}
.BgClassName
{
background-color: #F4497A;
}
</style>
border-color css
<style>
span { border-color: #F4497A; }
span { border-color: rgb(244,73,122); }
td.TdClassName
{
border-color: #F4497A;
}
.TagClassName
{
border-color: #F4497A;
}
</style>