Shades of French Rose #FB5488
Tints of French Rose #FB5488
RGB
CMYK
RGB Variations
Color information
#FB5488 (or 0xFB5488) is known color: French Rose. HEX triplet: FB, 54 and 88. RGB value is (251,84,136). Sum of RGB (Red+Green+Blue) = 251+84+136=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5488 is #04AB77. Grayscale: #8B8B8B. Windows color (decimal): -306040 or 8934651. OLE color: 8934651.
HSL color Cylindrical-coordinate representation of color #FB5488: hue angle of 341.32º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5488 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 136 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.02 |
| HSL | 341.32º | 0.95% | 0.66% | - |
| HSV(B) | 341.32º | 0.67% | 0.98% | - |
| XYZ | 47.4 | 28.63 | 26.32 | - |
| YUV | 139.86 | 125.83 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 136 | 0 | 0.67 | 0.46 | 0.02 | 341.32 | 0.95 | 0.66 |
| Hex | FB | 54 | 88 | 0 | 43 | 2E | 2 | 155 | 5F | 42 |
| Octal | 373 | 124 | 210 | 0 | 103 | 56 | 2 | 525 | 137 | 102 |
| Binary | 11111011 | 1010100 | 10001000 | 0 | 1000011 | 101110 | 10 | 101010101 | 1011111 | 1000010 |
Color Harmonies of #FB5488
Complementary color
Monochromatic Colors of #FB5488
Black with #FB5488
Text Example
Text Example
White with #FB5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5488; }
p { color: rgb(251,84,136); }
H1.HeaderClassName
{
color: #FB5488;
}
.AnyTagClassName
{
color: #FB5488;
}
</style>
background-color css
<style>
a { background-color: #FB5488; }
a { background-color: rgb(251,84,136); }
div.DivClassName
{
background-color: #FB5488;
}
.BgClassName
{
background-color: #FB5488;
}
</style>
border-color css
<style>
span { border-color: #FB5488; }
span { border-color: rgb(251,84,136); }
td.TdClassName
{
border-color: #FB5488;
}
.TagClassName
{
border-color: #FB5488;
}
</style>