Shades of French Rose #FF5088
Tints of French Rose #FF5088
RGB
CMYK
RGB Variations
Color information
#FF5088 (or 0xFF5088) is known color: French Rose. HEX triplet: FF, 50 and 88. RGB value is (255,80,136). Sum of RGB (Red+Green+Blue) = 255+80+136=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5088 is #00AF77. Grayscale: #8A8A8A. Windows color (decimal): -44920 or 8933631. OLE color: 8933631.
HSL color Cylindrical-coordinate representation of color #FF5088: hue angle of 340.8º 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 #FF5088 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 136 | - |
| CMYK | 0 | 0.69 | 0.47 | 0 |
| HSL | 340.8º | 1% | 0.66% | - |
| HSV(B) | 340.8º | 0.69% | 1% | - |
| XYZ | 48.55 | 28.77 | 26.29 | - |
| YUV | 138.71 | 126.48 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 136 | 0 | 0.69 | 0.47 | 0 | 340.8 | 1 | 0.66 |
| Hex | FF | 50 | 88 | 0 | 45 | 2F | 0 | 155 | 64 | 42 |
| Octal | 377 | 120 | 210 | 0 | 105 | 57 | 0 | 525 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10001000 | 0 | 1000101 | 101111 | 0 | 101010101 | 1100100 | 1000010 |
Color Harmonies of #FF5088
Complementary color
Monochromatic Colors of #FF5088
Black with #FF5088
Text Example
Text Example
White with #FF5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5088; }
p { color: rgb(255,80,136); }
H1.HeaderClassName
{
color: #FF5088;
}
.AnyTagClassName
{
color: #FF5088;
}
</style>
background-color css
<style>
a { background-color: #FF5088; }
a { background-color: rgb(255,80,136); }
div.DivClassName
{
background-color: #FF5088;
}
.BgClassName
{
background-color: #FF5088;
}
</style>
border-color css
<style>
span { border-color: #FF5088; }
span { border-color: rgb(255,80,136); }
td.TdClassName
{
border-color: #FF5088;
}
.TagClassName
{
border-color: #FF5088;
}
</style>