Shades of French Rose #FF5488
Tints of French Rose #FF5488
RGB
CMYK
RGB Variations
Color information
#FF5488 (or 0xFF5488) is known color: French Rose. HEX triplet: FF, 54 and 88. RGB value is (255,84,136). Sum of RGB (Red+Green+Blue) = 255+84+136=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5488 is #00AB77. Grayscale: #8D8D8D. Windows color (decimal): -43896 or 8934655. OLE color: 8934655.
HSL color Cylindrical-coordinate representation of color #FF5488: hue angle of 341.75º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5488 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 136 | - |
| CMYK | 0 | 0.67 | 0.47 | 0 |
| HSL | 341.75º | 1% | 0.66% | - |
| HSV(B) | 341.75º | 0.67% | 1% | - |
| XYZ | 48.85 | 29.38 | 26.39 | - |
| YUV | 141.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 136 | 0 | 0.67 | 0.47 | 0 | 341.75 | 1 | 0.66 |
| Hex | FF | 54 | 88 | 0 | 43 | 2F | 0 | 156 | 64 | 42 |
| Octal | 377 | 124 | 210 | 0 | 103 | 57 | 0 | 526 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10001000 | 0 | 1000011 | 101111 | 0 | 101010110 | 1100100 | 1000010 |
Color Harmonies of #FF5488
Complementary color
Monochromatic Colors of #FF5488
Black with #FF5488
Text Example
Text Example
White with #FF5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5488; }
p { color: rgb(255,84,136); }
H1.HeaderClassName
{
color: #FF5488;
}
.AnyTagClassName
{
color: #FF5488;
}
</style>
background-color css
<style>
a { background-color: #FF5488; }
a { background-color: rgb(255,84,136); }
div.DivClassName
{
background-color: #FF5488;
}
.BgClassName
{
background-color: #FF5488;
}
</style>
border-color css
<style>
span { border-color: #FF5488; }
span { border-color: rgb(255,84,136); }
td.TdClassName
{
border-color: #FF5488;
}
.TagClassName
{
border-color: #FF5488;
}
</style>