Shades of French Rose #FB4E91
Tints of French Rose #FB4E91
RGB
CMYK
RGB Variations
Color information
#FB4E91 (or 0xFB4E91) is known color: French Rose. HEX triplet: FB, 4E and 91. RGB value is (251,78,145). Sum of RGB (Red+Green+Blue) = 251+78+145=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4E91 is #04B16E. Grayscale: #898989. Windows color (decimal): -307567 or 9522939. OLE color: 9522939.
HSL color Cylindrical-coordinate representation of color #FB4E91: hue angle of 336.76º 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 #FB4E91 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 145 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.02 |
| HSL | 336.76º | 0.96% | 0.65% | - |
| HSV(B) | 336.76º | 0.69% | 0.98% | - |
| XYZ | 47.62 | 28 | 29.68 | - |
| YUV | 137.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 145 | 0 | 0.69 | 0.42 | 0.02 | 336.76 | 0.96 | 0.65 |
| Hex | FB | 4E | 91 | 0 | 45 | 2A | 2 | 151 | 60 | 41 |
| Octal | 373 | 116 | 221 | 0 | 105 | 52 | 2 | 521 | 140 | 101 |
| Binary | 11111011 | 1001110 | 10010001 | 0 | 1000101 | 101010 | 10 | 101010001 | 1100000 | 1000001 |
Color Harmonies of #FB4E91
Complementary color
Monochromatic Colors of #FB4E91
Black with #FB4E91
Text Example
Text Example
White with #FB4E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4E91; }
p { color: rgb(251,78,145); }
H1.HeaderClassName
{
color: #FB4E91;
}
.AnyTagClassName
{
color: #FB4E91;
}
</style>
background-color css
<style>
a { background-color: #FB4E91; }
a { background-color: rgb(251,78,145); }
div.DivClassName
{
background-color: #FB4E91;
}
.BgClassName
{
background-color: #FB4E91;
}
</style>
border-color css
<style>
span { border-color: #FB4E91; }
span { border-color: rgb(251,78,145); }
td.TdClassName
{
border-color: #FB4E91;
}
.TagClassName
{
border-color: #FB4E91;
}
</style>