Shades of French Rose #FF5293
Tints of French Rose #FF5293
RGB
CMYK
RGB Variations
Color information
#FF5293 (or 0xFF5293) is known color: French Rose. HEX triplet: FF, 52 and 93. RGB value is (255,82,147). Sum of RGB (Red+Green+Blue) = 255+82+147=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5293 is #00AD6C. Grayscale: #8D8D8D. Windows color (decimal): -44397 or 9655039. OLE color: 9655039.
HSL color Cylindrical-coordinate representation of color #FF5293: hue angle of 337.46º 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 #FF5293 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 147 | - |
| CMYK | 0 | 0.68 | 0.42 | 0 |
| HSL | 337.46º | 1% | 0.66% | - |
| HSV(B) | 337.46º | 0.68% | 1% | - |
| XYZ | 49.52 | 29.4 | 30.67 | - |
| YUV | 141.14 | 131.31 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 147 | 0 | 0.68 | 0.42 | 0 | 337.46 | 1 | 0.66 |
| Hex | FF | 52 | 93 | 0 | 44 | 2A | 0 | 151 | 64 | 42 |
| Octal | 377 | 122 | 223 | 0 | 104 | 52 | 0 | 521 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10010011 | 0 | 1000100 | 101010 | 0 | 101010001 | 1100100 | 1000010 |
Color Harmonies of #FF5293
Complementary color
Monochromatic Colors of #FF5293
Black with #FF5293
Text Example
Text Example
White with #FF5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5293; }
p { color: rgb(255,82,147); }
H1.HeaderClassName
{
color: #FF5293;
}
.AnyTagClassName
{
color: #FF5293;
}
</style>
background-color css
<style>
a { background-color: #FF5293; }
a { background-color: rgb(255,82,147); }
div.DivClassName
{
background-color: #FF5293;
}
.BgClassName
{
background-color: #FF5293;
}
</style>
border-color css
<style>
span { border-color: #FF5293; }
span { border-color: rgb(255,82,147); }
td.TdClassName
{
border-color: #FF5293;
}
.TagClassName
{
border-color: #FF5293;
}
</style>