Shades of French Rose #FB598C
Tints of French Rose #FB598C
RGB
CMYK
RGB Variations
Color information
#FB598C (or 0xFB598C) is known color: French Rose. HEX triplet: FB, 59 and 8C. RGB value is (251,89,140). Sum of RGB (Red+Green+Blue) = 251+89+140=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB598C is #04A673. Grayscale: #8F8F8F. Windows color (decimal): -304756 or 9198075. OLE color: 9198075.
HSL color Cylindrical-coordinate representation of color #FB598C: hue angle of 341.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB598C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 140 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.02 |
| HSL | 341.11º | 0.95% | 0.67% | - |
| HSV(B) | 341.11º | 0.65% | 0.98% | - |
| XYZ | 48.09 | 29.55 | 27.98 | - |
| YUV | 143.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 140 | 0 | 0.65 | 0.44 | 0.02 | 341.11 | 0.95 | 0.67 |
| Hex | FB | 59 | 8C | 0 | 41 | 2C | 2 | 155 | 5F | 43 |
| Octal | 373 | 131 | 214 | 0 | 101 | 54 | 2 | 525 | 137 | 103 |
| Binary | 11111011 | 1011001 | 10001100 | 0 | 1000001 | 101100 | 10 | 101010101 | 1011111 | 1000011 |
Color Harmonies of #FB598C
Complementary color
Monochromatic Colors of #FB598C
Black with #FB598C
Text Example
Text Example
White with #FB598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB598C; }
p { color: rgb(251,89,140); }
H1.HeaderClassName
{
color: #FB598C;
}
.AnyTagClassName
{
color: #FB598C;
}
</style>
background-color css
<style>
a { background-color: #FB598C; }
a { background-color: rgb(251,89,140); }
div.DivClassName
{
background-color: #FB598C;
}
.BgClassName
{
background-color: #FB598C;
}
</style>
border-color css
<style>
span { border-color: #FB598C; }
span { border-color: rgb(251,89,140); }
td.TdClassName
{
border-color: #FB598C;
}
.TagClassName
{
border-color: #FB598C;
}
</style>