Shades of French Rose #FB548D
Tints of French Rose #FB548D
RGB
CMYK
RGB Variations
Color information
#FB548D (or 0xFB548D) is known color: French Rose. HEX triplet: FB, 54 and 8D. RGB value is (251,84,141). Sum of RGB (Red+Green+Blue) = 251+84+141=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB548D is #04AB72. Grayscale: #8C8C8C. Windows color (decimal): -306035 or 9262331. OLE color: 9262331.
HSL color Cylindrical-coordinate representation of color #FB548D: hue angle of 339.52º 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 #FB548D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 141 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.02 |
| HSL | 339.52º | 0.95% | 0.66% | - |
| HSV(B) | 339.52º | 0.67% | 0.98% | - |
| XYZ | 47.76 | 28.77 | 28.24 | - |
| YUV | 140.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 141 | 0 | 0.67 | 0.44 | 0.02 | 339.52 | 0.95 | 0.66 |
| Hex | FB | 54 | 8D | 0 | 43 | 2C | 2 | 154 | 5F | 42 |
| Octal | 373 | 124 | 215 | 0 | 103 | 54 | 2 | 524 | 137 | 102 |
| Binary | 11111011 | 1010100 | 10001101 | 0 | 1000011 | 101100 | 10 | 101010100 | 1011111 | 1000010 |
Color Harmonies of #FB548D
Complementary color
Monochromatic Colors of #FB548D
Black with #FB548D
Text Example
Text Example
White with #FB548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB548D; }
p { color: rgb(251,84,141); }
H1.HeaderClassName
{
color: #FB548D;
}
.AnyTagClassName
{
color: #FB548D;
}
</style>
background-color css
<style>
a { background-color: #FB548D; }
a { background-color: rgb(251,84,141); }
div.DivClassName
{
background-color: #FB548D;
}
.BgClassName
{
background-color: #FB548D;
}
</style>
border-color css
<style>
span { border-color: #FB548D; }
span { border-color: rgb(251,84,141); }
td.TdClassName
{
border-color: #FB548D;
}
.TagClassName
{
border-color: #FB548D;
}
</style>