Shades of French Rose #FB4B8C
Tints of French Rose #FB4B8C
RGB
CMYK
RGB Variations
Color information
#FB4B8C (or 0xFB4B8C) is known color: French Rose. HEX triplet: FB, 4B and 8C. RGB value is (251,75,140). Sum of RGB (Red+Green+Blue) = 251+75+140=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4B8C is #04B473. Grayscale: #868686. Windows color (decimal): -308340 or 9194491. OLE color: 9194491.
HSL color Cylindrical-coordinate representation of color #FB4B8C: hue angle of 337.84º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4B8C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 140 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.02 |
| HSL | 337.84º | 0.96% | 0.64% | - |
| HSV(B) | 337.84º | 0.7% | 0.98% | - |
| XYZ | 47.03 | 27.43 | 27.63 | - |
| YUV | 135.03 | 130.81 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 140 | 0 | 0.70 | 0.44 | 0.02 | 337.84 | 0.96 | 0.64 |
| Hex | FB | 4B | 8C | 0 | 46 | 2C | 2 | 152 | 60 | 40 |
| Octal | 373 | 113 | 214 | 0 | 106 | 54 | 2 | 522 | 140 | 100 |
| Binary | 11111011 | 1001011 | 10001100 | 0 | 1000110 | 101100 | 10 | 101010010 | 1100000 | 1000000 |
Color Harmonies of #FB4B8C
Complementary color
Monochromatic Colors of #FB4B8C
Black with #FB4B8C
Text Example
Text Example
White with #FB4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B8C; }
p { color: rgb(251,75,140); }
H1.HeaderClassName
{
color: #FB4B8C;
}
.AnyTagClassName
{
color: #FB4B8C;
}
</style>
background-color css
<style>
a { background-color: #FB4B8C; }
a { background-color: rgb(251,75,140); }
div.DivClassName
{
background-color: #FB4B8C;
}
.BgClassName
{
background-color: #FB4B8C;
}
</style>
border-color css
<style>
span { border-color: #FB4B8C; }
span { border-color: rgb(251,75,140); }
td.TdClassName
{
border-color: #FB4B8C;
}
.TagClassName
{
border-color: #FB4B8C;
}
</style>