Shades of French Rose #FD5992
Tints of French Rose #FD5992
RGB
CMYK
RGB Variations
Color information
#FD5992 (or 0xFD5992) is known color: French Rose. HEX triplet: FD, 59 and 92. RGB value is (253,89,146). Sum of RGB (Red+Green+Blue) = 253+89+146=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5992 is #02A66D. Grayscale: #909090. Windows color (decimal): -173678 or 9591293. OLE color: 9591293.
HSL color Cylindrical-coordinate representation of color #FD5992: hue angle of 339.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD5992 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 146 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.01 |
| HSL | 339.15º | 0.98% | 0.67% | - |
| HSV(B) | 339.15º | 0.65% | 0.99% | - |
| XYZ | 49.27 | 30.1 | 30.41 | - |
| YUV | 144.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 146 | 0 | 0.65 | 0.42 | 0.01 | 339.15 | 0.98 | 0.67 |
| Hex | FD | 59 | 92 | 0 | 41 | 2A | 1 | 153 | 62 | 43 |
| Octal | 375 | 131 | 222 | 0 | 101 | 52 | 1 | 523 | 142 | 103 |
| Binary | 11111101 | 1011001 | 10010010 | 0 | 1000001 | 101010 | 1 | 101010011 | 1100010 | 1000011 |
Color Harmonies of #FD5992
Complementary color
Monochromatic Colors of #FD5992
Black with #FD5992
Text Example
Text Example
White with #FD5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5992; }
p { color: rgb(253,89,146); }
H1.HeaderClassName
{
color: #FD5992;
}
.AnyTagClassName
{
color: #FD5992;
}
</style>
background-color css
<style>
a { background-color: #FD5992; }
a { background-color: rgb(253,89,146); }
div.DivClassName
{
background-color: #FD5992;
}
.BgClassName
{
background-color: #FD5992;
}
</style>
border-color css
<style>
span { border-color: #FD5992; }
span { border-color: rgb(253,89,146); }
td.TdClassName
{
border-color: #FD5992;
}
.TagClassName
{
border-color: #FD5992;
}
</style>