Shades of French Rose #FB4E93
Tints of French Rose #FB4E93
RGB
CMYK
RGB Variations
Color information
#FB4E93 (or 0xFB4E93) is known color: French Rose. HEX triplet: FB, 4E and 93. RGB value is (251,78,147). Sum of RGB (Red+Green+Blue) = 251+78+147=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4E93 is #04B16C. Grayscale: #898989. Windows color (decimal): -307565 or 9654011. OLE color: 9654011.
HSL color Cylindrical-coordinate representation of color #FB4E93: hue angle of 336.07º 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 #FB4E93 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 147 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.02 |
| HSL | 336.07º | 0.96% | 0.65% | - |
| HSV(B) | 336.07º | 0.69% | 0.98% | - |
| XYZ | 47.77 | 28.06 | 30.5 | - |
| YUV | 137.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 147 | 0 | 0.69 | 0.41 | 0.02 | 336.07 | 0.96 | 0.65 |
| Hex | FB | 4E | 93 | 0 | 45 | 29 | 2 | 150 | 60 | 41 |
| Octal | 373 | 116 | 223 | 0 | 105 | 51 | 2 | 520 | 140 | 101 |
| Binary | 11111011 | 1001110 | 10010011 | 0 | 1000101 | 101001 | 10 | 101010000 | 1100000 | 1000001 |
Color Harmonies of #FB4E93
Complementary color
Monochromatic Colors of #FB4E93
Black with #FB4E93
Text Example
Text Example
White with #FB4E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4E93; }
p { color: rgb(251,78,147); }
H1.HeaderClassName
{
color: #FB4E93;
}
.AnyTagClassName
{
color: #FB4E93;
}
</style>
background-color css
<style>
a { background-color: #FB4E93; }
a { background-color: rgb(251,78,147); }
div.DivClassName
{
background-color: #FB4E93;
}
.BgClassName
{
background-color: #FB4E93;
}
</style>
border-color css
<style>
span { border-color: #FB4E93; }
span { border-color: rgb(251,78,147); }
td.TdClassName
{
border-color: #FB4E93;
}
.TagClassName
{
border-color: #FB4E93;
}
</style>