Shades of French Rose #F4548D
Tints of French Rose #F4548D
RGB
CMYK
RGB Variations
Color information
#F4548D (or 0xF4548D) is known color: French Rose. HEX triplet: F4, 54 and 8D. RGB value is (244,84,141). Sum of RGB (Red+Green+Blue) = 244+84+141=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F4548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4548D is #0BAB72. Grayscale: #8A8A8A. Windows color (decimal): -764787 or 9262324. OLE color: 9262324.
HSL color Cylindrical-coordinate representation of color #F4548D: hue angle of 338.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4548D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 141 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.04 |
| HSL | 338.63º | 0.88% | 0.64% | - |
| HSV(B) | 338.63º | 0.66% | 0.96% | - |
| XYZ | 45.29 | 27.5 | 28.12 | - |
| YUV | 138.34 | 129.51 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 141 | 0 | 0.66 | 0.42 | 0.04 | 338.63 | 0.88 | 0.64 |
| Hex | F4 | 54 | 8D | 0 | 42 | 2A | 4 | 153 | 58 | 40 |
| Octal | 364 | 124 | 215 | 0 | 102 | 52 | 4 | 523 | 130 | 100 |
| Binary | 11110100 | 1010100 | 10001101 | 0 | 1000010 | 101010 | 100 | 101010011 | 1011000 | 1000000 |
Color Harmonies of #F4548D
Complementary color
Monochromatic Colors of #F4548D
Black with #F4548D
Text Example
Text Example
White with #F4548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4548D; }
p { color: rgb(244,84,141); }
H1.HeaderClassName
{
color: #F4548D;
}
.AnyTagClassName
{
color: #F4548D;
}
</style>
background-color css
<style>
a { background-color: #F4548D; }
a { background-color: rgb(244,84,141); }
div.DivClassName
{
background-color: #F4548D;
}
.BgClassName
{
background-color: #F4548D;
}
</style>
border-color css
<style>
span { border-color: #F4548D; }
span { border-color: rgb(244,84,141); }
td.TdClassName
{
border-color: #F4548D;
}
.TagClassName
{
border-color: #F4548D;
}
</style>