Shades of French Rose #F44A7D
Tints of French Rose #F44A7D
RGB
CMYK
RGB Variations
Color information
#F44A7D (or 0xF44A7D) is known color: French Rose. HEX triplet: F4, 4A and 7D. RGB value is (244,74,125). Sum of RGB (Red+Green+Blue) = 244+74+125=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44A7D is #0BB582. Grayscale: #828282. Windows color (decimal): -767363 or 8211188. OLE color: 8211188.
HSL color Cylindrical-coordinate representation of color #F44A7D: hue angle of 342º 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 #F44A7D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 125 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.04 |
| HSL | 342º | 0.89% | 0.62% | - |
| HSV(B) | 342º | 0.7% | 0.96% | - |
| XYZ | 43.46 | 25.61 | 22.05 | - |
| YUV | 130.64 | 124.82 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 125 | 0 | 0.70 | 0.49 | 0.04 | 342 | 0.89 | 0.62 |
| Hex | F4 | 4A | 7D | 0 | 46 | 31 | 4 | 156 | 59 | 3E |
| Octal | 364 | 112 | 175 | 0 | 106 | 61 | 4 | 526 | 131 | 76 |
| Binary | 11110100 | 1001010 | 1111101 | 0 | 1000110 | 110001 | 100 | 101010110 | 1011001 | 111110 |
Color Harmonies of #F44A7D
Complementary color
Monochromatic Colors of #F44A7D
Black with #F44A7D
Text Example
Text Example
White with #F44A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A7D; }
p { color: rgb(244,74,125); }
H1.HeaderClassName
{
color: #F44A7D;
}
.AnyTagClassName
{
color: #F44A7D;
}
</style>
background-color css
<style>
a { background-color: #F44A7D; }
a { background-color: rgb(244,74,125); }
div.DivClassName
{
background-color: #F44A7D;
}
.BgClassName
{
background-color: #F44A7D;
}
</style>
border-color css
<style>
span { border-color: #F44A7D; }
span { border-color: rgb(244,74,125); }
td.TdClassName
{
border-color: #F44A7D;
}
.TagClassName
{
border-color: #F44A7D;
}
</style>