Shades of French Rose #FB5096
Tints of French Rose #FB5096
RGB
CMYK
RGB Variations
Color information
#FB5096 (or 0xFB5096) is known color: French Rose. HEX triplet: FB, 50 and 96. RGB value is (251,80,150). Sum of RGB (Red+Green+Blue) = 251+80+150=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5096 is #04AF69. Grayscale: #8B8B8B. Windows color (decimal): -307050 or 9851131. OLE color: 9851131.
HSL color Cylindrical-coordinate representation of color #FB5096: hue angle of 335.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB5096 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 150 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.02 |
| HSL | 335.44º | 0.96% | 0.65% | - |
| HSV(B) | 335.44º | 0.68% | 0.98% | - |
| XYZ | 48.16 | 28.45 | 31.81 | - |
| YUV | 139.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 150 | 0 | 0.68 | 0.40 | 0.02 | 335.44 | 0.96 | 0.65 |
| Hex | FB | 50 | 96 | 0 | 44 | 28 | 2 | 14F | 60 | 41 |
| Octal | 373 | 120 | 226 | 0 | 104 | 50 | 2 | 517 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10010110 | 0 | 1000100 | 101000 | 10 | 101001111 | 1100000 | 1000001 |
Color Harmonies of #FB5096
Complementary color
Monochromatic Colors of #FB5096
Black with #FB5096
Text Example
Text Example
White with #FB5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5096; }
p { color: rgb(251,80,150); }
H1.HeaderClassName
{
color: #FB5096;
}
.AnyTagClassName
{
color: #FB5096;
}
</style>
background-color css
<style>
a { background-color: #FB5096; }
a { background-color: rgb(251,80,150); }
div.DivClassName
{
background-color: #FB5096;
}
.BgClassName
{
background-color: #FB5096;
}
</style>
border-color css
<style>
span { border-color: #FB5096; }
span { border-color: rgb(251,80,150); }
td.TdClassName
{
border-color: #FB5096;
}
.TagClassName
{
border-color: #FB5096;
}
</style>