Shades of French Rose #FB588B
Tints of French Rose #FB588B
RGB
CMYK
RGB Variations
Color information
#FB588B (or 0xFB588B) is known color: French Rose. HEX triplet: FB, 58 and 8B. RGB value is (251,88,139). Sum of RGB (Red+Green+Blue) = 251+88+139=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB588B is #04A774. Grayscale: #8E8E8E. Windows color (decimal): -305013 or 9132283. OLE color: 9132283.
HSL color Cylindrical-coordinate representation of color #FB588B: hue angle of 341.23º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB588B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 139 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.02 |
| HSL | 341.23º | 0.95% | 0.66% | - |
| HSV(B) | 341.23º | 0.65% | 0.98% | - |
| XYZ | 47.93 | 29.35 | 27.57 | - |
| YUV | 142.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 139 | 0 | 0.65 | 0.45 | 0.02 | 341.23 | 0.95 | 0.66 |
| Hex | FB | 58 | 8B | 0 | 41 | 2D | 2 | 155 | 5F | 42 |
| Octal | 373 | 130 | 213 | 0 | 101 | 55 | 2 | 525 | 137 | 102 |
| Binary | 11111011 | 1011000 | 10001011 | 0 | 1000001 | 101101 | 10 | 101010101 | 1011111 | 1000010 |
Color Harmonies of #FB588B
Complementary color
Monochromatic Colors of #FB588B
Black with #FB588B
Text Example
Text Example
White with #FB588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB588B; }
p { color: rgb(251,88,139); }
H1.HeaderClassName
{
color: #FB588B;
}
.AnyTagClassName
{
color: #FB588B;
}
</style>
background-color css
<style>
a { background-color: #FB588B; }
a { background-color: rgb(251,88,139); }
div.DivClassName
{
background-color: #FB588B;
}
.BgClassName
{
background-color: #FB588B;
}
</style>
border-color css
<style>
span { border-color: #FB588B; }
span { border-color: rgb(251,88,139); }
td.TdClassName
{
border-color: #FB588B;
}
.TagClassName
{
border-color: #FB588B;
}
</style>