Shades of French Rose #FB548C
Tints of French Rose #FB548C
RGB
CMYK
RGB Variations
Color information
#FB548C (or 0xFB548C) is known color: French Rose. HEX triplet: FB, 54 and 8C. RGB value is (251,84,140). Sum of RGB (Red+Green+Blue) = 251+84+140=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB548C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB548C is #04AB73. Grayscale: #8C8C8C. Windows color (decimal): -306036 or 9196795. OLE color: 9196795.
HSL color Cylindrical-coordinate representation of color #FB548C: hue angle of 339.88º 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 #FB548C is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 140 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.02 |
| HSL | 339.88º | 0.95% | 0.66% | - |
| HSV(B) | 339.88º | 0.67% | 0.98% | - |
| XYZ | 47.69 | 28.74 | 27.85 | - |
| YUV | 140.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 140 | 0 | 0.67 | 0.44 | 0.02 | 339.88 | 0.95 | 0.66 |
| Hex | FB | 54 | 8C | 0 | 43 | 2C | 2 | 154 | 5F | 42 |
| Octal | 373 | 124 | 214 | 0 | 103 | 54 | 2 | 524 | 137 | 102 |
| Binary | 11111011 | 1010100 | 10001100 | 0 | 1000011 | 101100 | 10 | 101010100 | 1011111 | 1000010 |
Color Harmonies of #FB548C
Complementary color
Monochromatic Colors of #FB548C
Black with #FB548C
Text Example
Text Example
White with #FB548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB548C; }
p { color: rgb(251,84,140); }
H1.HeaderClassName
{
color: #FB548C;
}
.AnyTagClassName
{
color: #FB548C;
}
</style>
background-color css
<style>
a { background-color: #FB548C; }
a { background-color: rgb(251,84,140); }
div.DivClassName
{
background-color: #FB548C;
}
.BgClassName
{
background-color: #FB548C;
}
</style>
border-color css
<style>
span { border-color: #FB548C; }
span { border-color: rgb(251,84,140); }
td.TdClassName
{
border-color: #FB548C;
}
.TagClassName
{
border-color: #FB548C;
}
</style>