Shades of French Rose #F5487E
Tints of French Rose #F5487E
RGB
CMYK
RGB Variations
Color information
#F5487E (or 0xF5487E) is known color: French Rose. HEX triplet: F5, 48 and 7E. RGB value is (245,72,126). Sum of RGB (Red+Green+Blue) = 245+72+126=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5487E is #0AB781. Grayscale: #818181. Windows color (decimal): -702338 or 8276213. OLE color: 8276213.
HSL color Cylindrical-coordinate representation of color #F5487E: hue angle of 341.27º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5487E is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 126 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.04 |
| HSL | 341.27º | 0.9% | 0.62% | - |
| HSV(B) | 341.27º | 0.71% | 0.96% | - |
| XYZ | 43.74 | 25.55 | 22.37 | - |
| YUV | 129.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 126 | 0 | 0.71 | 0.49 | 0.04 | 341.27 | 0.9 | 0.62 |
| Hex | F5 | 48 | 7E | 0 | 47 | 31 | 4 | 155 | 5A | 3E |
| Octal | 365 | 110 | 176 | 0 | 107 | 61 | 4 | 525 | 132 | 76 |
| Binary | 11110101 | 1001000 | 1111110 | 0 | 1000111 | 110001 | 100 | 101010101 | 1011010 | 111110 |
Color Harmonies of #F5487E
Complementary color
Monochromatic Colors of #F5487E
Black with #F5487E
Text Example
Text Example
White with #F5487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5487E; }
p { color: rgb(245,72,126); }
H1.HeaderClassName
{
color: #F5487E;
}
.AnyTagClassName
{
color: #F5487E;
}
</style>
background-color css
<style>
a { background-color: #F5487E; }
a { background-color: rgb(245,72,126); }
div.DivClassName
{
background-color: #F5487E;
}
.BgClassName
{
background-color: #F5487E;
}
</style>
border-color css
<style>
span { border-color: #F5487E; }
span { border-color: rgb(245,72,126); }
td.TdClassName
{
border-color: #F5487E;
}
.TagClassName
{
border-color: #F5487E;
}
</style>