Shades of French Rose #FF5388
Tints of French Rose #FF5388
RGB
CMYK
RGB Variations
Color information
#FF5388 (or 0xFF5388) is known color: French Rose. HEX triplet: FF, 53 and 88. RGB value is (255,83,136). Sum of RGB (Red+Green+Blue) = 255+83+136=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5388 is #00AC77. Grayscale: #8C8C8C. Windows color (decimal): -44152 or 8934399. OLE color: 8934399.
HSL color Cylindrical-coordinate representation of color #FF5388: hue angle of 341.51º 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 #FF5388 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 136 | - |
| CMYK | 0 | 0.67 | 0.47 | 0 |
| HSL | 341.51º | 1% | 0.66% | - |
| HSV(B) | 341.51º | 0.67% | 1% | - |
| XYZ | 48.78 | 29.22 | 26.36 | - |
| YUV | 140.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 136 | 0 | 0.67 | 0.47 | 0 | 341.51 | 1 | 0.66 |
| Hex | FF | 53 | 88 | 0 | 43 | 2F | 0 | 156 | 64 | 42 |
| Octal | 377 | 123 | 210 | 0 | 103 | 57 | 0 | 526 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10001000 | 0 | 1000011 | 101111 | 0 | 101010110 | 1100100 | 1000010 |
Color Harmonies of #FF5388
Complementary color
Monochromatic Colors of #FF5388
Black with #FF5388
Text Example
Text Example
White with #FF5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5388; }
p { color: rgb(255,83,136); }
H1.HeaderClassName
{
color: #FF5388;
}
.AnyTagClassName
{
color: #FF5388;
}
</style>
background-color css
<style>
a { background-color: #FF5388; }
a { background-color: rgb(255,83,136); }
div.DivClassName
{
background-color: #FF5388;
}
.BgClassName
{
background-color: #FF5388;
}
</style>
border-color css
<style>
span { border-color: #FF5388; }
span { border-color: rgb(255,83,136); }
td.TdClassName
{
border-color: #FF5388;
}
.TagClassName
{
border-color: #FF5388;
}
</style>