Shades of French Rose #F4488D
Tints of French Rose #F4488D
RGB
CMYK
RGB Variations
Color information
#F4488D (or 0xF4488D) is known color: French Rose. HEX triplet: F4, 48 and 8D. RGB value is (244,72,141). Sum of RGB (Red+Green+Blue) = 244+72+141=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F4488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4488D is #0BB772. Grayscale: #838383. Windows color (decimal): -767859 or 9259252. OLE color: 9259252.
HSL color Cylindrical-coordinate representation of color #F4488D: hue angle of 335.93º 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 #F4488D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 141 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.04 |
| HSL | 335.93º | 0.89% | 0.62% | - |
| HSV(B) | 335.93º | 0.7% | 0.96% | - |
| XYZ | 44.43 | 25.79 | 27.84 | - |
| YUV | 131.29 | 133.48 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 141 | 0 | 0.70 | 0.42 | 0.04 | 335.93 | 0.89 | 0.62 |
| Hex | F4 | 48 | 8D | 0 | 46 | 2A | 4 | 150 | 59 | 3E |
| Octal | 364 | 110 | 215 | 0 | 106 | 52 | 4 | 520 | 131 | 76 |
| Binary | 11110100 | 1001000 | 10001101 | 0 | 1000110 | 101010 | 100 | 101010000 | 1011001 | 111110 |
Color Harmonies of #F4488D
Complementary color
Monochromatic Colors of #F4488D
Black with #F4488D
Text Example
Text Example
White with #F4488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4488D; }
p { color: rgb(244,72,141); }
H1.HeaderClassName
{
color: #F4488D;
}
.AnyTagClassName
{
color: #F4488D;
}
</style>
background-color css
<style>
a { background-color: #F4488D; }
a { background-color: rgb(244,72,141); }
div.DivClassName
{
background-color: #F4488D;
}
.BgClassName
{
background-color: #F4488D;
}
</style>
border-color css
<style>
span { border-color: #F4488D; }
span { border-color: rgb(244,72,141); }
td.TdClassName
{
border-color: #F4488D;
}
.TagClassName
{
border-color: #F4488D;
}
</style>