Shades of French Rose #F4497D
Tints of French Rose #F4497D
RGB
CMYK
RGB Variations
Color information
#F4497D (or 0xF4497D) is known color: French Rose. HEX triplet: F4, 49 and 7D. RGB value is (244,73,125). Sum of RGB (Red+Green+Blue) = 244+73+125=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F4497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4497D is #0BB682. Grayscale: #828282. Windows color (decimal): -767619 or 8210932. OLE color: 8210932.
HSL color Cylindrical-coordinate representation of color #F4497D: hue angle of 341.75º 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 #F4497D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 125 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.04 |
| HSL | 341.75º | 0.89% | 0.62% | - |
| HSV(B) | 341.75º | 0.7% | 0.96% | - |
| XYZ | 43.39 | 25.48 | 22.03 | - |
| YUV | 130.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 125 | 0 | 0.70 | 0.49 | 0.04 | 341.75 | 0.89 | 0.62 |
| Hex | F4 | 49 | 7D | 0 | 46 | 31 | 4 | 156 | 59 | 3E |
| Octal | 364 | 111 | 175 | 0 | 106 | 61 | 4 | 526 | 131 | 76 |
| Binary | 11110100 | 1001001 | 1111101 | 0 | 1000110 | 110001 | 100 | 101010110 | 1011001 | 111110 |
Color Harmonies of #F4497D
Complementary color
Monochromatic Colors of #F4497D
Black with #F4497D
Text Example
Text Example
White with #F4497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4497D; }
p { color: rgb(244,73,125); }
H1.HeaderClassName
{
color: #F4497D;
}
.AnyTagClassName
{
color: #F4497D;
}
</style>
background-color css
<style>
a { background-color: #F4497D; }
a { background-color: rgb(244,73,125); }
div.DivClassName
{
background-color: #F4497D;
}
.BgClassName
{
background-color: #F4497D;
}
</style>
border-color css
<style>
span { border-color: #F4497D; }
span { border-color: rgb(244,73,125); }
td.TdClassName
{
border-color: #F4497D;
}
.TagClassName
{
border-color: #F4497D;
}
</style>