Shades of French Rose #FF5093
Tints of French Rose #FF5093
RGB
CMYK
RGB Variations
Color information
#FF5093 (or 0xFF5093) is known color: French Rose. HEX triplet: FF, 50 and 93. RGB value is (255,80,147). Sum of RGB (Red+Green+Blue) = 255+80+147=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5093 is #00AF6C. Grayscale: #8B8B8B. Windows color (decimal): -44909 or 9654527. OLE color: 9654527.
HSL color Cylindrical-coordinate representation of color #FF5093: hue angle of 337.03º 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 #FF5093 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 147 | - |
| CMYK | 0 | 0.69 | 0.42 | 0 |
| HSL | 337.03º | 1% | 0.66% | - |
| HSV(B) | 337.03º | 0.69% | 1% | - |
| XYZ | 49.38 | 29.1 | 30.62 | - |
| YUV | 139.96 | 131.98 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 147 | 0 | 0.69 | 0.42 | 0 | 337.03 | 1 | 0.66 |
| Hex | FF | 50 | 93 | 0 | 45 | 2A | 0 | 151 | 64 | 42 |
| Octal | 377 | 120 | 223 | 0 | 105 | 52 | 0 | 521 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10010011 | 0 | 1000101 | 101010 | 0 | 101010001 | 1100100 | 1000010 |
Color Harmonies of #FF5093
Complementary color
Monochromatic Colors of #FF5093
Black with #FF5093
Text Example
Text Example
White with #FF5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5093; }
p { color: rgb(255,80,147); }
H1.HeaderClassName
{
color: #FF5093;
}
.AnyTagClassName
{
color: #FF5093;
}
</style>
background-color css
<style>
a { background-color: #FF5093; }
a { background-color: rgb(255,80,147); }
div.DivClassName
{
background-color: #FF5093;
}
.BgClassName
{
background-color: #FF5093;
}
</style>
border-color css
<style>
span { border-color: #FF5093; }
span { border-color: rgb(255,80,147); }
td.TdClassName
{
border-color: #FF5093;
}
.TagClassName
{
border-color: #FF5093;
}
</style>