Shades of French Rose #FF518F
Tints of French Rose #FF518F
RGB
CMYK
RGB Variations
Color information
#FF518F (or 0xFF518F) is known color: French Rose. HEX triplet: FF, 51 and 8F. RGB value is (255,81,143). Sum of RGB (Red+Green+Blue) = 255+81+143=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF518F is #00AE70. Grayscale: #8C8C8C. Windows color (decimal): -44657 or 9392639. OLE color: 9392639.
HSL color Cylindrical-coordinate representation of color #FF518F: hue angle of 338.62º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF518F is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 143 | - |
| CMYK | 0 | 0.68 | 0.44 | 0 |
| HSL | 338.62º | 1% | 0.66% | - |
| HSV(B) | 338.62º | 0.68% | 1% | - |
| XYZ | 49.14 | 29.13 | 29.02 | - |
| YUV | 140.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 143 | 0 | 0.68 | 0.44 | 0 | 338.62 | 1 | 0.66 |
| Hex | FF | 51 | 8F | 0 | 44 | 2C | 0 | 153 | 64 | 42 |
| Octal | 377 | 121 | 217 | 0 | 104 | 54 | 0 | 523 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10001111 | 0 | 1000100 | 101100 | 0 | 101010011 | 1100100 | 1000010 |
Color Harmonies of #FF518F
Complementary color
Monochromatic Colors of #FF518F
Black with #FF518F
Text Example
Text Example
White with #FF518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF518F; }
p { color: rgb(255,81,143); }
H1.HeaderClassName
{
color: #FF518F;
}
.AnyTagClassName
{
color: #FF518F;
}
</style>
background-color css
<style>
a { background-color: #FF518F; }
a { background-color: rgb(255,81,143); }
div.DivClassName
{
background-color: #FF518F;
}
.BgClassName
{
background-color: #FF518F;
}
</style>
border-color css
<style>
span { border-color: #FF518F; }
span { border-color: rgb(255,81,143); }
td.TdClassName
{
border-color: #FF518F;
}
.TagClassName
{
border-color: #FF518F;
}
</style>