Shades of French Rose #FF5486
Tints of French Rose #FF5486
RGB
CMYK
RGB Variations
Color information
#FF5486 (or 0xFF5486) is known color: French Rose. HEX triplet: FF, 54 and 86. RGB value is (255,84,134). Sum of RGB (Red+Green+Blue) = 255+84+134=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5486 is #00AB79. Grayscale: #8C8C8C. Windows color (decimal): -43898 or 8803583. OLE color: 8803583.
HSL color Cylindrical-coordinate representation of color #FF5486: hue angle of 342.46º 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 #FF5486 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 134 | - |
| CMYK | 0 | 0.67 | 0.47 | 0 |
| HSL | 342.46º | 1% | 0.66% | - |
| HSV(B) | 342.46º | 0.67% | 1% | - |
| XYZ | 48.71 | 29.32 | 25.65 | - |
| YUV | 140.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 134 | 0 | 0.67 | 0.47 | 0 | 342.46 | 1 | 0.66 |
| Hex | FF | 54 | 86 | 0 | 43 | 2F | 0 | 156 | 64 | 42 |
| Octal | 377 | 124 | 206 | 0 | 103 | 57 | 0 | 526 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10000110 | 0 | 1000011 | 101111 | 0 | 101010110 | 1100100 | 1000010 |
Color Harmonies of #FF5486
Complementary color
Monochromatic Colors of #FF5486
Black with #FF5486
Text Example
Text Example
White with #FF5486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5486; }
p { color: rgb(255,84,134); }
H1.HeaderClassName
{
color: #FF5486;
}
.AnyTagClassName
{
color: #FF5486;
}
</style>
background-color css
<style>
a { background-color: #FF5486; }
a { background-color: rgb(255,84,134); }
div.DivClassName
{
background-color: #FF5486;
}
.BgClassName
{
background-color: #FF5486;
}
</style>
border-color css
<style>
span { border-color: #FF5486; }
span { border-color: rgb(255,84,134); }
td.TdClassName
{
border-color: #FF5486;
}
.TagClassName
{
border-color: #FF5486;
}
</style>