Shades of French Rose #F5508D
Tints of French Rose #F5508D
RGB
CMYK
RGB Variations
Color information
#F5508D (or 0xF5508D) is known color: French Rose. HEX triplet: F5, 50 and 8D. RGB value is (245,80,141). Sum of RGB (Red+Green+Blue) = 245+80+141=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5508D is #0AAF72. Grayscale: #888888. Windows color (decimal): -700275 or 9261301. OLE color: 9261301.
HSL color Cylindrical-coordinate representation of color #F5508D: hue angle of 337.82º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5508D is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 141 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.04 |
| HSL | 337.82º | 0.89% | 0.64% | - |
| HSV(B) | 337.82º | 0.67% | 0.96% | - |
| XYZ | 45.33 | 27.07 | 28.04 | - |
| YUV | 136.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 141 | 0 | 0.67 | 0.42 | 0.04 | 337.82 | 0.89 | 0.64 |
| Hex | F5 | 50 | 8D | 0 | 43 | 2A | 4 | 152 | 59 | 40 |
| Octal | 365 | 120 | 215 | 0 | 103 | 52 | 4 | 522 | 131 | 100 |
| Binary | 11110101 | 1010000 | 10001101 | 0 | 1000011 | 101010 | 100 | 101010010 | 1011001 | 1000000 |
Color Harmonies of #F5508D
Complementary color
Monochromatic Colors of #F5508D
Black with #F5508D
Text Example
Text Example
White with #F5508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5508D; }
p { color: rgb(245,80,141); }
H1.HeaderClassName
{
color: #F5508D;
}
.AnyTagClassName
{
color: #F5508D;
}
</style>
background-color css
<style>
a { background-color: #F5508D; }
a { background-color: rgb(245,80,141); }
div.DivClassName
{
background-color: #F5508D;
}
.BgClassName
{
background-color: #F5508D;
}
</style>
border-color css
<style>
span { border-color: #F5508D; }
span { border-color: rgb(245,80,141); }
td.TdClassName
{
border-color: #F5508D;
}
.TagClassName
{
border-color: #F5508D;
}
</style>