Shades of French Rose #FB4D8D
Tints of French Rose #FB4D8D
RGB
CMYK
RGB Variations
Color information
#FB4D8D (or 0xFB4D8D) is known color: French Rose. HEX triplet: FB, 4D and 8D. RGB value is (251,77,141). Sum of RGB (Red+Green+Blue) = 251+77+141=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D8D is #04B272. Grayscale: #888888. Windows color (decimal): -307827 or 9260539. OLE color: 9260539.
HSL color Cylindrical-coordinate representation of color #FB4D8D: hue angle of 337.93º 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 #FB4D8D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 141 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.02 |
| HSL | 337.93º | 0.96% | 0.64% | - |
| HSV(B) | 337.93º | 0.69% | 0.98% | - |
| XYZ | 47.25 | 27.74 | 28.06 | - |
| YUV | 136.32 | 130.65 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 141 | 0 | 0.69 | 0.44 | 0.02 | 337.93 | 0.96 | 0.64 |
| Hex | FB | 4D | 8D | 0 | 45 | 2C | 2 | 152 | 60 | 40 |
| Octal | 373 | 115 | 215 | 0 | 105 | 54 | 2 | 522 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10001101 | 0 | 1000101 | 101100 | 10 | 101010010 | 1100000 | 1000000 |
Color Harmonies of #FB4D8D
Complementary color
Monochromatic Colors of #FB4D8D
Black with #FB4D8D
Text Example
Text Example
White with #FB4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D8D; }
p { color: rgb(251,77,141); }
H1.HeaderClassName
{
color: #FB4D8D;
}
.AnyTagClassName
{
color: #FB4D8D;
}
</style>
background-color css
<style>
a { background-color: #FB4D8D; }
a { background-color: rgb(251,77,141); }
div.DivClassName
{
background-color: #FB4D8D;
}
.BgClassName
{
background-color: #FB4D8D;
}
</style>
border-color css
<style>
span { border-color: #FB4D8D; }
span { border-color: rgb(251,77,141); }
td.TdClassName
{
border-color: #FB4D8D;
}
.TagClassName
{
border-color: #FB4D8D;
}
</style>