Shades of French Rose #FB4D90
Tints of French Rose #FB4D90
RGB
CMYK
RGB Variations
Color information
#FB4D90 (or 0xFB4D90) is known color: French Rose. HEX triplet: FB, 4D and 90. RGB value is (251,77,144). Sum of RGB (Red+Green+Blue) = 251+77+144=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D90 is #04B26F. Grayscale: #888888. Windows color (decimal): -307824 or 9457147. OLE color: 9457147.
HSL color Cylindrical-coordinate representation of color #FB4D90: hue angle of 336.9º 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 #FB4D90 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 144 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.02 |
| HSL | 336.9º | 0.96% | 0.64% | - |
| HSV(B) | 336.9º | 0.69% | 0.98% | - |
| XYZ | 47.47 | 27.83 | 29.26 | - |
| YUV | 136.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 144 | 0 | 0.69 | 0.43 | 0.02 | 336.9 | 0.96 | 0.64 |
| Hex | FB | 4D | 90 | 0 | 45 | 2B | 2 | 151 | 60 | 40 |
| Octal | 373 | 115 | 220 | 0 | 105 | 53 | 2 | 521 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10010000 | 0 | 1000101 | 101011 | 10 | 101010001 | 1100000 | 1000000 |
Color Harmonies of #FB4D90
Complementary color
Monochromatic Colors of #FB4D90
Black with #FB4D90
Text Example
Text Example
White with #FB4D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D90; }
p { color: rgb(251,77,144); }
H1.HeaderClassName
{
color: #FB4D90;
}
.AnyTagClassName
{
color: #FB4D90;
}
</style>
background-color css
<style>
a { background-color: #FB4D90; }
a { background-color: rgb(251,77,144); }
div.DivClassName
{
background-color: #FB4D90;
}
.BgClassName
{
background-color: #FB4D90;
}
</style>
border-color css
<style>
span { border-color: #FB4D90; }
span { border-color: rgb(251,77,144); }
td.TdClassName
{
border-color: #FB4D90;
}
.TagClassName
{
border-color: #FB4D90;
}
</style>