Shades of French Rose #FB5186
Tints of French Rose #FB5186
RGB
CMYK
RGB Variations
Color information
#FB5186 (or 0xFB5186) is known color: French Rose. HEX triplet: FB, 51 and 86. RGB value is (251,81,134). Sum of RGB (Red+Green+Blue) = 251+81+134=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5186 is #04AE79. Grayscale: #898989. Windows color (decimal): -306810 or 8802811. OLE color: 8802811.
HSL color Cylindrical-coordinate representation of color #FB5186: hue angle of 341.29º 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 #FB5186 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 134 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.02 |
| HSL | 341.29º | 0.96% | 0.65% | - |
| HSV(B) | 341.29º | 0.68% | 0.98% | - |
| XYZ | 47.03 | 28.12 | 25.5 | - |
| YUV | 137.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 134 | 0 | 0.68 | 0.47 | 0.02 | 341.29 | 0.96 | 0.65 |
| Hex | FB | 51 | 86 | 0 | 44 | 2F | 2 | 155 | 60 | 41 |
| Octal | 373 | 121 | 206 | 0 | 104 | 57 | 2 | 525 | 140 | 101 |
| Binary | 11111011 | 1010001 | 10000110 | 0 | 1000100 | 101111 | 10 | 101010101 | 1100000 | 1000001 |
Color Harmonies of #FB5186
Complementary color
Monochromatic Colors of #FB5186
Black with #FB5186
Text Example
Text Example
White with #FB5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5186; }
p { color: rgb(251,81,134); }
H1.HeaderClassName
{
color: #FB5186;
}
.AnyTagClassName
{
color: #FB5186;
}
</style>
background-color css
<style>
a { background-color: #FB5186; }
a { background-color: rgb(251,81,134); }
div.DivClassName
{
background-color: #FB5186;
}
.BgClassName
{
background-color: #FB5186;
}
</style>
border-color css
<style>
span { border-color: #FB5186; }
span { border-color: rgb(251,81,134); }
td.TdClassName
{
border-color: #FB5186;
}
.TagClassName
{
border-color: #FB5186;
}
</style>