Shades of French Rose #FB5085
Tints of French Rose #FB5085
RGB
CMYK
RGB Variations
Color information
#FB5085 (or 0xFB5085) is known color: French Rose. HEX triplet: FB, 50 and 85. RGB value is (251,80,133). Sum of RGB (Red+Green+Blue) = 251+80+133=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5085 is #04AF7A. Grayscale: #898989. Windows color (decimal): -307067 or 8737019. OLE color: 8737019.
HSL color Cylindrical-coordinate representation of color #FB5085: hue angle of 341.4º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB5085 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 133 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.02 |
| HSL | 341.4º | 0.96% | 0.65% | - |
| HSV(B) | 341.4º | 0.68% | 0.98% | - |
| XYZ | 46.89 | 27.94 | 25.11 | - |
| YUV | 137.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 133 | 0 | 0.68 | 0.47 | 0.02 | 341.4 | 0.96 | 0.65 |
| Hex | FB | 50 | 85 | 0 | 44 | 2F | 2 | 155 | 60 | 41 |
| Octal | 373 | 120 | 205 | 0 | 104 | 57 | 2 | 525 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10000101 | 0 | 1000100 | 101111 | 10 | 101010101 | 1100000 | 1000001 |
Color Harmonies of #FB5085
Complementary color
Monochromatic Colors of #FB5085
Black with #FB5085
Text Example
Text Example
White with #FB5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5085; }
p { color: rgb(251,80,133); }
H1.HeaderClassName
{
color: #FB5085;
}
.AnyTagClassName
{
color: #FB5085;
}
</style>
background-color css
<style>
a { background-color: #FB5085; }
a { background-color: rgb(251,80,133); }
div.DivClassName
{
background-color: #FB5085;
}
.BgClassName
{
background-color: #FB5085;
}
</style>
border-color css
<style>
span { border-color: #FB5085; }
span { border-color: rgb(251,80,133); }
td.TdClassName
{
border-color: #FB5085;
}
.TagClassName
{
border-color: #FB5085;
}
</style>