Shades of French Rose #FF508B
Tints of French Rose #FF508B
RGB
CMYK
RGB Variations
Color information
#FF508B (or 0xFF508B) is known color: French Rose. HEX triplet: FF, 50 and 8B. RGB value is (255,80,139). Sum of RGB (Red+Green+Blue) = 255+80+139=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF508B is #00AF74. Grayscale: #8A8A8A. Windows color (decimal): -44917 or 9130239. OLE color: 9130239.
HSL color Cylindrical-coordinate representation of color #FF508B: hue angle of 339.77º 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 #FF508B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 139 | - |
| CMYK | 0 | 0.69 | 0.45 | 0 |
| HSL | 339.77º | 1% | 0.66% | - |
| HSV(B) | 339.77º | 0.69% | 1% | - |
| XYZ | 48.77 | 28.86 | 27.43 | - |
| YUV | 139.05 | 127.98 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 139 | 0 | 0.69 | 0.45 | 0 | 339.77 | 1 | 0.66 |
| Hex | FF | 50 | 8B | 0 | 45 | 2D | 0 | 154 | 64 | 42 |
| Octal | 377 | 120 | 213 | 0 | 105 | 55 | 0 | 524 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10001011 | 0 | 1000101 | 101101 | 0 | 101010100 | 1100100 | 1000010 |
Color Harmonies of #FF508B
Complementary color
Monochromatic Colors of #FF508B
Black with #FF508B
Text Example
Text Example
White with #FF508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF508B; }
p { color: rgb(255,80,139); }
H1.HeaderClassName
{
color: #FF508B;
}
.AnyTagClassName
{
color: #FF508B;
}
</style>
background-color css
<style>
a { background-color: #FF508B; }
a { background-color: rgb(255,80,139); }
div.DivClassName
{
background-color: #FF508B;
}
.BgClassName
{
background-color: #FF508B;
}
</style>
border-color css
<style>
span { border-color: #FF508B; }
span { border-color: rgb(255,80,139); }
td.TdClassName
{
border-color: #FF508B;
}
.TagClassName
{
border-color: #FF508B;
}
</style>