Shades of French Rose #FB5281
Tints of French Rose #FB5281
RGB
CMYK
RGB Variations
Color information
#FB5281 (or 0xFB5281) is known color: French Rose. HEX triplet: FB, 52 and 81. RGB value is (251,82,129). Sum of RGB (Red+Green+Blue) = 251+82+129=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5281 is #04AD7E. Grayscale: #898989. Windows color (decimal): -306559 or 8475387. OLE color: 8475387.
HSL color Cylindrical-coordinate representation of color #FB5281: hue angle of 343.31º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5281 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 129 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.02 |
| HSL | 343.31º | 0.95% | 0.65% | - |
| HSV(B) | 343.31º | 0.67% | 0.98% | - |
| XYZ | 46.76 | 28.13 | 23.73 | - |
| YUV | 137.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 129 | 0 | 0.67 | 0.49 | 0.02 | 343.31 | 0.95 | 0.65 |
| Hex | FB | 52 | 81 | 0 | 43 | 31 | 2 | 157 | 5F | 41 |
| Octal | 373 | 122 | 201 | 0 | 103 | 61 | 2 | 527 | 137 | 101 |
| Binary | 11111011 | 1010010 | 10000001 | 0 | 1000011 | 110001 | 10 | 101010111 | 1011111 | 1000001 |
Color Harmonies of #FB5281
Complementary color
Monochromatic Colors of #FB5281
Black with #FB5281
Text Example
Text Example
White with #FB5281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5281; }
p { color: rgb(251,82,129); }
H1.HeaderClassName
{
color: #FB5281;
}
.AnyTagClassName
{
color: #FB5281;
}
</style>
background-color css
<style>
a { background-color: #FB5281; }
a { background-color: rgb(251,82,129); }
div.DivClassName
{
background-color: #FB5281;
}
.BgClassName
{
background-color: #FB5281;
}
</style>
border-color css
<style>
span { border-color: #FB5281; }
span { border-color: rgb(251,82,129); }
td.TdClassName
{
border-color: #FB5281;
}
.TagClassName
{
border-color: #FB5281;
}
</style>