Shades of French Rose #FB558C
Tints of French Rose #FB558C
RGB
CMYK
RGB Variations
Color information
#FB558C (or 0xFB558C) is known color: French Rose. HEX triplet: FB, 55 and 8C. RGB value is (251,85,140). Sum of RGB (Red+Green+Blue) = 251+85+140=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB558C is #04AA73. Grayscale: #8C8C8C. Windows color (decimal): -305780 or 9197051. OLE color: 9197051.
HSL color Cylindrical-coordinate representation of color #FB558C: hue angle of 340.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB558C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 140 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.02 |
| HSL | 340.12º | 0.95% | 0.66% | - |
| HSV(B) | 340.12º | 0.66% | 0.98% | - |
| XYZ | 47.77 | 28.9 | 27.87 | - |
| YUV | 140.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 140 | 0 | 0.66 | 0.44 | 0.02 | 340.12 | 0.95 | 0.66 |
| Hex | FB | 55 | 8C | 0 | 42 | 2C | 2 | 154 | 5F | 42 |
| Octal | 373 | 125 | 214 | 0 | 102 | 54 | 2 | 524 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10001100 | 0 | 1000010 | 101100 | 10 | 101010100 | 1011111 | 1000010 |
Color Harmonies of #FB558C
Complementary color
Monochromatic Colors of #FB558C
Black with #FB558C
Text Example
Text Example
White with #FB558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB558C; }
p { color: rgb(251,85,140); }
H1.HeaderClassName
{
color: #FB558C;
}
.AnyTagClassName
{
color: #FB558C;
}
</style>
background-color css
<style>
a { background-color: #FB558C; }
a { background-color: rgb(251,85,140); }
div.DivClassName
{
background-color: #FB558C;
}
.BgClassName
{
background-color: #FB558C;
}
</style>
border-color css
<style>
span { border-color: #FB558C; }
span { border-color: rgb(251,85,140); }
td.TdClassName
{
border-color: #FB558C;
}
.TagClassName
{
border-color: #FB558C;
}
</style>