Shades of French Rose #F5548C
Tints of French Rose #F5548C
RGB
CMYK
RGB Variations
Color information
#F5548C (or 0xF5548C) is known color: French Rose. HEX triplet: F5, 54 and 8C. RGB value is (245,84,140). Sum of RGB (Red+Green+Blue) = 245+84+140=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5548C is #0AAB73. Grayscale: #8A8A8A. Windows color (decimal): -699252 or 9196789. OLE color: 9196789.
HSL color Cylindrical-coordinate representation of color #F5548C: hue angle of 339.13º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5548C is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 140 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.04 |
| HSL | 339.13º | 0.89% | 0.65% | - |
| HSV(B) | 339.13º | 0.66% | 0.96% | - |
| XYZ | 45.56 | 27.65 | 27.75 | - |
| YUV | 138.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 140 | 0 | 0.66 | 0.43 | 0.04 | 339.13 | 0.89 | 0.65 |
| Hex | F5 | 54 | 8C | 0 | 42 | 2B | 4 | 153 | 59 | 41 |
| Octal | 365 | 124 | 214 | 0 | 102 | 53 | 4 | 523 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10001100 | 0 | 1000010 | 101011 | 100 | 101010011 | 1011001 | 1000001 |
Color Harmonies of #F5548C
Complementary color
Monochromatic Colors of #F5548C
Black with #F5548C
Text Example
Text Example
White with #F5548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5548C; }
p { color: rgb(245,84,140); }
H1.HeaderClassName
{
color: #F5548C;
}
.AnyTagClassName
{
color: #F5548C;
}
</style>
background-color css
<style>
a { background-color: #F5548C; }
a { background-color: rgb(245,84,140); }
div.DivClassName
{
background-color: #F5548C;
}
.BgClassName
{
background-color: #F5548C;
}
</style>
border-color css
<style>
span { border-color: #F5548C; }
span { border-color: rgb(245,84,140); }
td.TdClassName
{
border-color: #F5548C;
}
.TagClassName
{
border-color: #F5548C;
}
</style>