Shades of French Rose #FF5090
Tints of French Rose #FF5090
RGB
CMYK
RGB Variations
Color information
#FF5090 (or 0xFF5090) is known color: French Rose. HEX triplet: FF, 50 and 90. RGB value is (255,80,144). Sum of RGB (Red+Green+Blue) = 255+80+144=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5090 is #00AF6F. Grayscale: #8B8B8B. Windows color (decimal): -44912 or 9457919. OLE color: 9457919.
HSL color Cylindrical-coordinate representation of color #FF5090: hue angle of 338.06º 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 #FF5090 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 144 | - |
| CMYK | 0 | 0.69 | 0.44 | 0 |
| HSL | 338.06º | 1% | 0.66% | - |
| HSV(B) | 338.06º | 0.69% | 1% | - |
| XYZ | 49.14 | 29.01 | 29.4 | - |
| YUV | 139.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 144 | 0 | 0.69 | 0.44 | 0 | 338.06 | 1 | 0.66 |
| Hex | FF | 50 | 90 | 0 | 45 | 2C | 0 | 152 | 64 | 42 |
| Octal | 377 | 120 | 220 | 0 | 105 | 54 | 0 | 522 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10010000 | 0 | 1000101 | 101100 | 0 | 101010010 | 1100100 | 1000010 |
Color Harmonies of #FF5090
Complementary color
Monochromatic Colors of #FF5090
Black with #FF5090
Text Example
Text Example
White with #FF5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5090; }
p { color: rgb(255,80,144); }
H1.HeaderClassName
{
color: #FF5090;
}
.AnyTagClassName
{
color: #FF5090;
}
</style>
background-color css
<style>
a { background-color: #FF5090; }
a { background-color: rgb(255,80,144); }
div.DivClassName
{
background-color: #FF5090;
}
.BgClassName
{
background-color: #FF5090;
}
</style>
border-color css
<style>
span { border-color: #FF5090; }
span { border-color: rgb(255,80,144); }
td.TdClassName
{
border-color: #FF5090;
}
.TagClassName
{
border-color: #FF5090;
}
</style>