Shades of French Rose #FB4E85
Tints of French Rose #FB4E85
RGB
CMYK
RGB Variations
Color information
#FB4E85 (or 0xFB4E85) is known color: French Rose. HEX triplet: FB, 4E and 85. RGB value is (251,78,133). Sum of RGB (Red+Green+Blue) = 251+78+133=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4E85 is #04B17A. Grayscale: #878787. Windows color (decimal): -307579 or 8736507. OLE color: 8736507.
HSL color Cylindrical-coordinate representation of color #FB4E85: hue angle of 340.92º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4E85 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 133 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.02 |
| HSL | 340.92º | 0.96% | 0.65% | - |
| HSV(B) | 340.92º | 0.69% | 0.98% | - |
| XYZ | 46.74 | 27.65 | 25.06 | - |
| YUV | 136 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 133 | 0 | 0.69 | 0.47 | 0.02 | 340.92 | 0.96 | 0.65 |
| Hex | FB | 4E | 85 | 0 | 45 | 2F | 2 | 155 | 60 | 41 |
| Octal | 373 | 116 | 205 | 0 | 105 | 57 | 2 | 525 | 140 | 101 |
| Binary | 11111011 | 1001110 | 10000101 | 0 | 1000101 | 101111 | 10 | 101010101 | 1100000 | 1000001 |
Color Harmonies of #FB4E85
Complementary color
Monochromatic Colors of #FB4E85
Black with #FB4E85
Text Example
Text Example
White with #FB4E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4E85; }
p { color: rgb(251,78,133); }
H1.HeaderClassName
{
color: #FB4E85;
}
.AnyTagClassName
{
color: #FB4E85;
}
</style>
background-color css
<style>
a { background-color: #FB4E85; }
a { background-color: rgb(251,78,133); }
div.DivClassName
{
background-color: #FB4E85;
}
.BgClassName
{
background-color: #FB4E85;
}
</style>
border-color css
<style>
span { border-color: #FB4E85; }
span { border-color: rgb(251,78,133); }
td.TdClassName
{
border-color: #FB4E85;
}
.TagClassName
{
border-color: #FB4E85;
}
</style>