Shades of French Rose #F4498F
Tints of French Rose #F4498F
RGB
CMYK
RGB Variations
Color information
#F4498F (or 0xF4498F) is known color: French Rose. HEX triplet: F4, 49 and 8F. RGB value is (244,73,143). Sum of RGB (Red+Green+Blue) = 244+73+143=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F4498F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4498F is #0BB670. Grayscale: #848484. Windows color (decimal): -767601 or 9390580. OLE color: 9390580.
HSL color Cylindrical-coordinate representation of color #F4498F: hue angle of 335.44º 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 #F4498F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 143 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.04 |
| HSL | 335.44º | 0.89% | 0.62% | - |
| HSV(B) | 335.44º | 0.7% | 0.96% | - |
| XYZ | 44.65 | 25.98 | 28.65 | - |
| YUV | 132.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 143 | 0 | 0.70 | 0.41 | 0.04 | 335.44 | 0.89 | 0.62 |
| Hex | F4 | 49 | 8F | 0 | 46 | 29 | 4 | 14F | 59 | 3E |
| Octal | 364 | 111 | 217 | 0 | 106 | 51 | 4 | 517 | 131 | 76 |
| Binary | 11110100 | 1001001 | 10001111 | 0 | 1000110 | 101001 | 100 | 101001111 | 1011001 | 111110 |
Color Harmonies of #F4498F
Complementary color
Monochromatic Colors of #F4498F
Black with #F4498F
Text Example
Text Example
White with #F4498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4498F; }
p { color: rgb(244,73,143); }
H1.HeaderClassName
{
color: #F4498F;
}
.AnyTagClassName
{
color: #F4498F;
}
</style>
background-color css
<style>
a { background-color: #F4498F; }
a { background-color: rgb(244,73,143); }
div.DivClassName
{
background-color: #F4498F;
}
.BgClassName
{
background-color: #F4498F;
}
</style>
border-color css
<style>
span { border-color: #F4498F; }
span { border-color: rgb(244,73,143); }
td.TdClassName
{
border-color: #F4498F;
}
.TagClassName
{
border-color: #F4498F;
}
</style>