Shades of French Rose #FB4D7E
Tints of French Rose #FB4D7E
RGB
CMYK
RGB Variations
Color information
#FB4D7E (or 0xFB4D7E) is known color: French Rose. HEX triplet: FB, 4D and 7E. RGB value is (251,77,126). Sum of RGB (Red+Green+Blue) = 251+77+126=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4D7E is #04B281. Grayscale: #868686. Windows color (decimal): -307842 or 8277499. OLE color: 8277499.
HSL color Cylindrical-coordinate representation of color #FB4D7E: hue angle of 343.1º 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 #FB4D7E is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 126 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.02 |
| HSL | 343.1º | 0.96% | 0.64% | - |
| HSV(B) | 343.1º | 0.69% | 0.98% | - |
| XYZ | 46.2 | 27.32 | 22.58 | - |
| YUV | 134.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 126 | 0 | 0.69 | 0.50 | 0.02 | 343.1 | 0.96 | 0.64 |
| Hex | FB | 4D | 7E | 0 | 45 | 32 | 2 | 157 | 60 | 40 |
| Octal | 373 | 115 | 176 | 0 | 105 | 62 | 2 | 527 | 140 | 100 |
| Binary | 11111011 | 1001101 | 1111110 | 0 | 1000101 | 110010 | 10 | 101010111 | 1100000 | 1000000 |
Color Harmonies of #FB4D7E
Complementary color
Monochromatic Colors of #FB4D7E
Black with #FB4D7E
Text Example
Text Example
White with #FB4D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D7E; }
p { color: rgb(251,77,126); }
H1.HeaderClassName
{
color: #FB4D7E;
}
.AnyTagClassName
{
color: #FB4D7E;
}
</style>
background-color css
<style>
a { background-color: #FB4D7E; }
a { background-color: rgb(251,77,126); }
div.DivClassName
{
background-color: #FB4D7E;
}
.BgClassName
{
background-color: #FB4D7E;
}
</style>
border-color css
<style>
span { border-color: #FB4D7E; }
span { border-color: rgb(251,77,126); }
td.TdClassName
{
border-color: #FB4D7E;
}
.TagClassName
{
border-color: #FB4D7E;
}
</style>