Shades of French Rose #FF5992
Tints of French Rose #FF5992
RGB
CMYK
RGB Variations
Color information
#FF5992 (or 0xFF5992) is known color: French Rose. HEX triplet: FF, 59 and 92. RGB value is (255,89,146). Sum of RGB (Red+Green+Blue) = 255+89+146=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5992 is #00A66D. Grayscale: #919191. Windows color (decimal): -42606 or 9591295. OLE color: 9591295.
HSL color Cylindrical-coordinate representation of color #FF5992: hue angle of 339.4º 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 #FF5992 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 146 | - |
| CMYK | 0 | 0.65 | 0.43 | 0 |
| HSL | 339.4º | 1% | 0.67% | - |
| HSV(B) | 339.4º | 0.65% | 1% | - |
| XYZ | 50 | 30.48 | 30.44 | - |
| YUV | 145.13 | 128.5 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 146 | 0 | 0.65 | 0.43 | 0 | 339.4 | 1 | 0.67 |
| Hex | FF | 59 | 92 | 0 | 41 | 2B | 0 | 153 | 64 | 43 |
| Octal | 377 | 131 | 222 | 0 | 101 | 53 | 0 | 523 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10010010 | 0 | 1000001 | 101011 | 0 | 101010011 | 1100100 | 1000011 |
Color Harmonies of #FF5992
Complementary color
Monochromatic Colors of #FF5992
Black with #FF5992
Text Example
Text Example
White with #FF5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5992; }
p { color: rgb(255,89,146); }
H1.HeaderClassName
{
color: #FF5992;
}
.AnyTagClassName
{
color: #FF5992;
}
</style>
background-color css
<style>
a { background-color: #FF5992; }
a { background-color: rgb(255,89,146); }
div.DivClassName
{
background-color: #FF5992;
}
.BgClassName
{
background-color: #FF5992;
}
</style>
border-color css
<style>
span { border-color: #FF5992; }
span { border-color: rgb(255,89,146); }
td.TdClassName
{
border-color: #FF5992;
}
.TagClassName
{
border-color: #FF5992;
}
</style>