Shades of French Rose #FB4D80
Tints of French Rose #FB4D80
RGB
CMYK
RGB Variations
Color information
#FB4D80 (or 0xFB4D80) is known color: French Rose. HEX triplet: FB, 4D and 80. RGB value is (251,77,128). Sum of RGB (Red+Green+Blue) = 251+77+128=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D80 is #04B27F. Grayscale: #868686. Windows color (decimal): -307840 or 8408571. OLE color: 8408571.
HSL color Cylindrical-coordinate representation of color #FB4D80: hue angle of 342.41º 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 #FB4D80 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 128 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.02 |
| HSL | 342.41º | 0.96% | 0.64% | - |
| HSV(B) | 342.41º | 0.69% | 0.98% | - |
| XYZ | 46.33 | 27.38 | 23.26 | - |
| YUV | 134.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 128 | 0 | 0.69 | 0.49 | 0.02 | 342.41 | 0.96 | 0.64 |
| Hex | FB | 4D | 80 | 0 | 45 | 31 | 2 | 156 | 60 | 40 |
| Octal | 373 | 115 | 200 | 0 | 105 | 61 | 2 | 526 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10000000 | 0 | 1000101 | 110001 | 10 | 101010110 | 1100000 | 1000000 |
Color Harmonies of #FB4D80
Complementary color
Monochromatic Colors of #FB4D80
Black with #FB4D80
Text Example
Text Example
White with #FB4D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D80; }
p { color: rgb(251,77,128); }
H1.HeaderClassName
{
color: #FB4D80;
}
.AnyTagClassName
{
color: #FB4D80;
}
</style>
background-color css
<style>
a { background-color: #FB4D80; }
a { background-color: rgb(251,77,128); }
div.DivClassName
{
background-color: #FB4D80;
}
.BgClassName
{
background-color: #FB4D80;
}
</style>
border-color css
<style>
span { border-color: #FB4D80; }
span { border-color: rgb(251,77,128); }
td.TdClassName
{
border-color: #FB4D80;
}
.TagClassName
{
border-color: #FB4D80;
}
</style>