Shades of French Rose #FB4D87
Tints of French Rose #FB4D87
RGB
CMYK
RGB Variations
Color information
#FB4D87 (or 0xFB4D87) is known color: French Rose. HEX triplet: FB, 4D and 87. RGB value is (251,77,135). Sum of RGB (Red+Green+Blue) = 251+77+135=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D87 is #04B278. Grayscale: #878787. Windows color (decimal): -307833 or 8867323. OLE color: 8867323.
HSL color Cylindrical-coordinate representation of color #FB4D87: hue angle of 340º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4D87 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 135 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.02 |
| HSL | 340º | 0.96% | 0.64% | - |
| HSV(B) | 340º | 0.69% | 0.98% | - |
| XYZ | 46.81 | 27.57 | 25.78 | - |
| YUV | 135.64 | 127.65 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 135 | 0 | 0.69 | 0.46 | 0.02 | 340 | 0.96 | 0.64 |
| Hex | FB | 4D | 87 | 0 | 45 | 2E | 2 | 154 | 60 | 40 |
| Octal | 373 | 115 | 207 | 0 | 105 | 56 | 2 | 524 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10000111 | 0 | 1000101 | 101110 | 10 | 101010100 | 1100000 | 1000000 |
Color Harmonies of #FB4D87
Complementary color
Monochromatic Colors of #FB4D87
Black with #FB4D87
Text Example
Text Example
White with #FB4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D87; }
p { color: rgb(251,77,135); }
H1.HeaderClassName
{
color: #FB4D87;
}
.AnyTagClassName
{
color: #FB4D87;
}
</style>
background-color css
<style>
a { background-color: #FB4D87; }
a { background-color: rgb(251,77,135); }
div.DivClassName
{
background-color: #FB4D87;
}
.BgClassName
{
background-color: #FB4D87;
}
</style>
border-color css
<style>
span { border-color: #FB4D87; }
span { border-color: rgb(251,77,135); }
td.TdClassName
{
border-color: #FB4D87;
}
.TagClassName
{
border-color: #FB4D87;
}
</style>