Shades of French Rose #FB4E81
Tints of French Rose #FB4E81
RGB
CMYK
RGB Variations
Color information
#FB4E81 (or 0xFB4E81) is known color: French Rose. HEX triplet: FB, 4E and 81. RGB value is (251,78,129). Sum of RGB (Red+Green+Blue) = 251+78+129=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4E81 is #04B17E. Grayscale: #878787. Windows color (decimal): -307583 or 8474363. OLE color: 8474363.
HSL color Cylindrical-coordinate representation of color #FB4E81: hue angle of 342.31º 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 #FB4E81 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 129 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.02 |
| HSL | 342.31º | 0.96% | 0.65% | - |
| HSV(B) | 342.31º | 0.69% | 0.98% | - |
| XYZ | 46.47 | 27.54 | 23.64 | - |
| YUV | 135.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 129 | 0 | 0.69 | 0.49 | 0.02 | 342.31 | 0.96 | 0.65 |
| Hex | FB | 4E | 81 | 0 | 45 | 31 | 2 | 156 | 60 | 41 |
| Octal | 373 | 116 | 201 | 0 | 105 | 61 | 2 | 526 | 140 | 101 |
| Binary | 11111011 | 1001110 | 10000001 | 0 | 1000101 | 110001 | 10 | 101010110 | 1100000 | 1000001 |
Color Harmonies of #FB4E81
Complementary color
Monochromatic Colors of #FB4E81
Black with #FB4E81
Text Example
Text Example
White with #FB4E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4E81; }
p { color: rgb(251,78,129); }
H1.HeaderClassName
{
color: #FB4E81;
}
.AnyTagClassName
{
color: #FB4E81;
}
</style>
background-color css
<style>
a { background-color: #FB4E81; }
a { background-color: rgb(251,78,129); }
div.DivClassName
{
background-color: #FB4E81;
}
.BgClassName
{
background-color: #FB4E81;
}
</style>
border-color css
<style>
span { border-color: #FB4E81; }
span { border-color: rgb(251,78,129); }
td.TdClassName
{
border-color: #FB4E81;
}
.TagClassName
{
border-color: #FB4E81;
}
</style>