Shades of French Rose #FB5992
Tints of French Rose #FB5992
RGB
CMYK
RGB Variations
Color information
#FB5992 (or 0xFB5992) is known color: French Rose. HEX triplet: FB, 59 and 92. RGB value is (251,89,146). Sum of RGB (Red+Green+Blue) = 251+89+146=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5992 is #04A66D. Grayscale: #8F8F8F. Windows color (decimal): -304750 or 9591291. OLE color: 9591291.
HSL color Cylindrical-coordinate representation of color #FB5992: hue angle of 338.89º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB5992 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 146 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.02 |
| HSL | 338.89º | 0.95% | 0.67% | - |
| HSV(B) | 338.89º | 0.65% | 0.98% | - |
| XYZ | 48.54 | 29.73 | 30.37 | - |
| YUV | 143.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 146 | 0 | 0.65 | 0.42 | 0.02 | 338.89 | 0.95 | 0.67 |
| Hex | FB | 59 | 92 | 0 | 41 | 2A | 2 | 153 | 5F | 43 |
| Octal | 373 | 131 | 222 | 0 | 101 | 52 | 2 | 523 | 137 | 103 |
| Binary | 11111011 | 1011001 | 10010010 | 0 | 1000001 | 101010 | 10 | 101010011 | 1011111 | 1000011 |
Color Harmonies of #FB5992
Complementary color
Monochromatic Colors of #FB5992
Black with #FB5992
Text Example
Text Example
White with #FB5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5992; }
p { color: rgb(251,89,146); }
H1.HeaderClassName
{
color: #FB5992;
}
.AnyTagClassName
{
color: #FB5992;
}
</style>
background-color css
<style>
a { background-color: #FB5992; }
a { background-color: rgb(251,89,146); }
div.DivClassName
{
background-color: #FB5992;
}
.BgClassName
{
background-color: #FB5992;
}
</style>
border-color css
<style>
span { border-color: #FB5992; }
span { border-color: rgb(251,89,146); }
td.TdClassName
{
border-color: #FB5992;
}
.TagClassName
{
border-color: #FB5992;
}
</style>