Shades of French Rose #FF508A
Tints of French Rose #FF508A
RGB
CMYK
RGB Variations
Color information
#FF508A (or 0xFF508A) is known color: French Rose. HEX triplet: FF, 50 and 8A. RGB value is (255,80,138). Sum of RGB (Red+Green+Blue) = 255+80+138=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF508A is #00AF75. Grayscale: #8A8A8A. Windows color (decimal): -44918 or 9064703. OLE color: 9064703.
HSL color Cylindrical-coordinate representation of color #FF508A: hue angle of 340.11º 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 #FF508A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 138 | - |
| CMYK | 0 | 0.69 | 0.46 | 0 |
| HSL | 340.11º | 1% | 0.66% | - |
| HSV(B) | 340.11º | 0.69% | 1% | - |
| XYZ | 48.7 | 28.83 | 27.04 | - |
| YUV | 138.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 138 | 0 | 0.69 | 0.46 | 0 | 340.11 | 1 | 0.66 |
| Hex | FF | 50 | 8A | 0 | 45 | 2E | 0 | 154 | 64 | 42 |
| Octal | 377 | 120 | 212 | 0 | 105 | 56 | 0 | 524 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10001010 | 0 | 1000101 | 101110 | 0 | 101010100 | 1100100 | 1000010 |
Color Harmonies of #FF508A
Complementary color
Monochromatic Colors of #FF508A
Black with #FF508A
Text Example
Text Example
White with #FF508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF508A; }
p { color: rgb(255,80,138); }
H1.HeaderClassName
{
color: #FF508A;
}
.AnyTagClassName
{
color: #FF508A;
}
</style>
background-color css
<style>
a { background-color: #FF508A; }
a { background-color: rgb(255,80,138); }
div.DivClassName
{
background-color: #FF508A;
}
.BgClassName
{
background-color: #FF508A;
}
</style>
border-color css
<style>
span { border-color: #FF508A; }
span { border-color: rgb(255,80,138); }
td.TdClassName
{
border-color: #FF508A;
}
.TagClassName
{
border-color: #FF508A;
}
</style>