Shades of French Rose #FF5095
Tints of French Rose #FF5095
RGB
CMYK
RGB Variations
Color information
#FF5095 (or 0xFF5095) is known color: French Rose. HEX triplet: FF, 50 and 95. RGB value is (255,80,149). Sum of RGB (Red+Green+Blue) = 255+80+149=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5095 is #00AF6A. Grayscale: #8C8C8C. Windows color (decimal): -44907 or 9785599. OLE color: 9785599.
HSL color Cylindrical-coordinate representation of color #FF5095: hue angle of 336.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5095 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 149 | - |
| CMYK | 0 | 0.69 | 0.42 | 0 |
| HSL | 336.34º | 1% | 0.66% | - |
| HSV(B) | 336.34º | 0.69% | 1% | - |
| XYZ | 49.53 | 29.17 | 31.45 | - |
| YUV | 140.19 | 132.98 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 149 | 0 | 0.69 | 0.42 | 0 | 336.34 | 1 | 0.66 |
| Hex | FF | 50 | 95 | 0 | 45 | 2A | 0 | 150 | 64 | 42 |
| Octal | 377 | 120 | 225 | 0 | 105 | 52 | 0 | 520 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10010101 | 0 | 1000101 | 101010 | 0 | 101010000 | 1100100 | 1000010 |
Color Harmonies of #FF5095
Complementary color
Monochromatic Colors of #FF5095
Black with #FF5095
Text Example
Text Example
White with #FF5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5095; }
p { color: rgb(255,80,149); }
H1.HeaderClassName
{
color: #FF5095;
}
.AnyTagClassName
{
color: #FF5095;
}
</style>
background-color css
<style>
a { background-color: #FF5095; }
a { background-color: rgb(255,80,149); }
div.DivClassName
{
background-color: #FF5095;
}
.BgClassName
{
background-color: #FF5095;
}
</style>
border-color css
<style>
span { border-color: #FF5095; }
span { border-color: rgb(255,80,149); }
td.TdClassName
{
border-color: #FF5095;
}
.TagClassName
{
border-color: #FF5095;
}
</style>