Shades of French Rose #FB5B8F
Tints of French Rose #FB5B8F
RGB
CMYK
RGB Variations
Color information
#FB5B8F (or 0xFB5B8F) is known color: French Rose. HEX triplet: FB, 5B and 8F. RGB value is (251,91,143). Sum of RGB (Red+Green+Blue) = 251+91+143=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5B8F is #04A470. Grayscale: #909090. Windows color (decimal): -304241 or 9395195. OLE color: 9395195.
HSL color Cylindrical-coordinate representation of color #FB5B8F: hue angle of 340.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5B8F is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 143 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.02 |
| HSL | 340.5º | 0.95% | 0.67% | - |
| HSV(B) | 340.5º | 0.64% | 0.98% | - |
| XYZ | 48.48 | 29.97 | 29.22 | - |
| YUV | 144.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 143 | 0 | 0.64 | 0.43 | 0.02 | 340.5 | 0.95 | 0.67 |
| Hex | FB | 5B | 8F | 0 | 40 | 2B | 2 | 154 | 5F | 43 |
| Octal | 373 | 133 | 217 | 0 | 100 | 53 | 2 | 524 | 137 | 103 |
| Binary | 11111011 | 1011011 | 10001111 | 0 | 1000000 | 101011 | 10 | 101010100 | 1011111 | 1000011 |
Color Harmonies of #FB5B8F
Complementary color
Monochromatic Colors of #FB5B8F
Black with #FB5B8F
Text Example
Text Example
White with #FB5B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B8F; }
p { color: rgb(251,91,143); }
H1.HeaderClassName
{
color: #FB5B8F;
}
.AnyTagClassName
{
color: #FB5B8F;
}
</style>
background-color css
<style>
a { background-color: #FB5B8F; }
a { background-color: rgb(251,91,143); }
div.DivClassName
{
background-color: #FB5B8F;
}
.BgClassName
{
background-color: #FB5B8F;
}
</style>
border-color css
<style>
span { border-color: #FB5B8F; }
span { border-color: rgb(251,91,143); }
td.TdClassName
{
border-color: #FB5B8F;
}
.TagClassName
{
border-color: #FB5B8F;
}
</style>