Shades of French Rose #FB5082
Tints of French Rose #FB5082
RGB
CMYK
RGB Variations
Color information
#FB5082 (or 0xFB5082) is known color: French Rose. HEX triplet: FB, 50 and 82. RGB value is (251,80,130). Sum of RGB (Red+Green+Blue) = 251+80+130=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5082 is #04AF7D. Grayscale: #888888. Windows color (decimal): -307070 or 8540411. OLE color: 8540411.
HSL color Cylindrical-coordinate representation of color #FB5082: hue angle of 342.46º 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 #FB5082 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 130 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.02 |
| HSL | 342.46º | 0.96% | 0.65% | - |
| HSV(B) | 342.46º | 0.68% | 0.98% | - |
| XYZ | 46.68 | 27.86 | 24.04 | - |
| YUV | 136.83 | 124.15 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 130 | 0 | 0.68 | 0.48 | 0.02 | 342.46 | 0.96 | 0.65 |
| Hex | FB | 50 | 82 | 0 | 44 | 30 | 2 | 156 | 60 | 41 |
| Octal | 373 | 120 | 202 | 0 | 104 | 60 | 2 | 526 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10000010 | 0 | 1000100 | 110000 | 10 | 101010110 | 1100000 | 1000001 |
Color Harmonies of #FB5082
Complementary color
Monochromatic Colors of #FB5082
Black with #FB5082
Text Example
Text Example
White with #FB5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5082; }
p { color: rgb(251,80,130); }
H1.HeaderClassName
{
color: #FB5082;
}
.AnyTagClassName
{
color: #FB5082;
}
</style>
background-color css
<style>
a { background-color: #FB5082; }
a { background-color: rgb(251,80,130); }
div.DivClassName
{
background-color: #FB5082;
}
.BgClassName
{
background-color: #FB5082;
}
</style>
border-color css
<style>
span { border-color: #FB5082; }
span { border-color: rgb(251,80,130); }
td.TdClassName
{
border-color: #FB5082;
}
.TagClassName
{
border-color: #FB5082;
}
</style>