Shades of French Rose #F55485
Tints of French Rose #F55485
RGB
CMYK
RGB Variations
Color information
#F55485 (or 0xF55485) is known color: French Rose. HEX triplet: F5, 54 and 85. RGB value is (245,84,133). Sum of RGB (Red+Green+Blue) = 245+84+133=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F55485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55485 is #0AAB7A. Grayscale: #898989. Windows color (decimal): -699259 or 8738037. OLE color: 8738037.
HSL color Cylindrical-coordinate representation of color #F55485: hue angle of 341.74º 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 #F55485 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 133 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.04 |
| HSL | 341.74º | 0.89% | 0.65% | - |
| HSV(B) | 341.74º | 0.66% | 0.96% | - |
| XYZ | 45.06 | 27.45 | 25.11 | - |
| YUV | 137.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 133 | 0 | 0.66 | 0.46 | 0.04 | 341.74 | 0.89 | 0.65 |
| Hex | F5 | 54 | 85 | 0 | 42 | 2E | 4 | 156 | 59 | 41 |
| Octal | 365 | 124 | 205 | 0 | 102 | 56 | 4 | 526 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10000101 | 0 | 1000010 | 101110 | 100 | 101010110 | 1011001 | 1000001 |
Color Harmonies of #F55485
Complementary color
Monochromatic Colors of #F55485
Black with #F55485
Text Example
Text Example
White with #F55485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55485; }
p { color: rgb(245,84,133); }
H1.HeaderClassName
{
color: #F55485;
}
.AnyTagClassName
{
color: #F55485;
}
</style>
background-color css
<style>
a { background-color: #F55485; }
a { background-color: rgb(245,84,133); }
div.DivClassName
{
background-color: #F55485;
}
.BgClassName
{
background-color: #F55485;
}
</style>
border-color css
<style>
span { border-color: #F55485; }
span { border-color: rgb(245,84,133); }
td.TdClassName
{
border-color: #F55485;
}
.TagClassName
{
border-color: #F55485;
}
</style>