Shades of French Rose #FF5892
Tints of French Rose #FF5892
RGB
CMYK
RGB Variations
Color information
#FF5892 (or 0xFF5892) is known color: French Rose. HEX triplet: FF, 58 and 92. RGB value is (255,88,146). Sum of RGB (Red+Green+Blue) = 255+88+146=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5892 is #00A76D. Grayscale: #909090. Windows color (decimal): -42862 or 9591039. OLE color: 9591039.
HSL color Cylindrical-coordinate representation of color #FF5892: hue angle of 339.16º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5892 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 146 | - |
| CMYK | 0 | 0.65 | 0.43 | 0 |
| HSL | 339.16º | 1% | 0.67% | - |
| HSV(B) | 339.16º | 0.65% | 1% | - |
| XYZ | 49.92 | 30.31 | 30.41 | - |
| YUV | 144.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 146 | 0 | 0.65 | 0.43 | 0 | 339.16 | 1 | 0.67 |
| Hex | FF | 58 | 92 | 0 | 41 | 2B | 0 | 153 | 64 | 43 |
| Octal | 377 | 130 | 222 | 0 | 101 | 53 | 0 | 523 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10010010 | 0 | 1000001 | 101011 | 0 | 101010011 | 1100100 | 1000011 |
Color Harmonies of #FF5892
Complementary color
Monochromatic Colors of #FF5892
Black with #FF5892
Text Example
Text Example
White with #FF5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5892; }
p { color: rgb(255,88,146); }
H1.HeaderClassName
{
color: #FF5892;
}
.AnyTagClassName
{
color: #FF5892;
}
</style>
background-color css
<style>
a { background-color: #FF5892; }
a { background-color: rgb(255,88,146); }
div.DivClassName
{
background-color: #FF5892;
}
.BgClassName
{
background-color: #FF5892;
}
</style>
border-color css
<style>
span { border-color: #FF5892; }
span { border-color: rgb(255,88,146); }
td.TdClassName
{
border-color: #FF5892;
}
.TagClassName
{
border-color: #FF5892;
}
</style>