Shades of Brilliant Rose #FB549E
Tints of Brilliant Rose #FB549E
RGB
CMYK
RGB Variations
Color information
#FB549E (or 0xFB549E) is known color: Brilliant Rose. HEX triplet: FB, 54 and 9E. RGB value is (251,84,158). Sum of RGB (Red+Green+Blue) = 251+84+158=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB549E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB549E is #04AB61. Grayscale: #8E8E8E. Windows color (decimal): -306018 or 10376443. OLE color: 10376443.
HSL color Cylindrical-coordinate representation of color #FB549E: hue angle of 333.41º 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 #FB549E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 158 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.02 |
| HSL | 333.41º | 0.95% | 0.66% | - |
| HSV(B) | 333.41º | 0.67% | 0.98% | - |
| XYZ | 49.13 | 29.32 | 35.42 | - |
| YUV | 142.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 158 | 0 | 0.67 | 0.37 | 0.02 | 333.41 | 0.95 | 0.66 |
| Hex | FB | 54 | 9E | 0 | 43 | 25 | 2 | 14D | 5F | 42 |
| Octal | 373 | 124 | 236 | 0 | 103 | 45 | 2 | 515 | 137 | 102 |
| Binary | 11111011 | 1010100 | 10011110 | 0 | 1000011 | 100101 | 10 | 101001101 | 1011111 | 1000010 |
Color Harmonies of #FB549E
Complementary color
Monochromatic Colors of #FB549E
Black with #FB549E
Text Example
Text Example
White with #FB549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB549E; }
p { color: rgb(251,84,158); }
H1.HeaderClassName
{
color: #FB549E;
}
.AnyTagClassName
{
color: #FB549E;
}
</style>
background-color css
<style>
a { background-color: #FB549E; }
a { background-color: rgb(251,84,158); }
div.DivClassName
{
background-color: #FB549E;
}
.BgClassName
{
background-color: #FB549E;
}
</style>
border-color css
<style>
span { border-color: #FB549E; }
span { border-color: rgb(251,84,158); }
td.TdClassName
{
border-color: #FB549E;
}
.TagClassName
{
border-color: #FB549E;
}
</style>