Shades of French Rose #F55386
Tints of French Rose #F55386
RGB
CMYK
RGB Variations
Color information
#F55386 (or 0xF55386) is known color: French Rose. HEX triplet: F5, 53 and 86. RGB value is (245,83,134). Sum of RGB (Red+Green+Blue) = 245+83+134=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F55386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55386 is #0AAC79. Grayscale: #898989. Windows color (decimal): -699514 or 8803317. OLE color: 8803317.
HSL color Cylindrical-coordinate representation of color #F55386: hue angle of 341.11º degrees, saturation: 0.89, 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 #F55386 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 134 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.04 |
| HSL | 341.11º | 0.89% | 0.64% | - |
| HSV(B) | 341.11º | 0.66% | 0.96% | - |
| XYZ | 45.05 | 27.32 | 25.45 | - |
| YUV | 137.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 134 | 0 | 0.66 | 0.45 | 0.04 | 341.11 | 0.89 | 0.64 |
| Hex | F5 | 53 | 86 | 0 | 42 | 2D | 4 | 155 | 59 | 40 |
| Octal | 365 | 123 | 206 | 0 | 102 | 55 | 4 | 525 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10000110 | 0 | 1000010 | 101101 | 100 | 101010101 | 1011001 | 1000000 |
Color Harmonies of #F55386
Complementary color
Monochromatic Colors of #F55386
Black with #F55386
Text Example
Text Example
White with #F55386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55386; }
p { color: rgb(245,83,134); }
H1.HeaderClassName
{
color: #F55386;
}
.AnyTagClassName
{
color: #F55386;
}
</style>
background-color css
<style>
a { background-color: #F55386; }
a { background-color: rgb(245,83,134); }
div.DivClassName
{
background-color: #F55386;
}
.BgClassName
{
background-color: #F55386;
}
</style>
border-color css
<style>
span { border-color: #F55386; }
span { border-color: rgb(245,83,134); }
td.TdClassName
{
border-color: #F55386;
}
.TagClassName
{
border-color: #F55386;
}
</style>