Shades of Brilliant Rose #FB549B
Tints of Brilliant Rose #FB549B
RGB
CMYK
RGB Variations
Color information
#FB549B (or 0xFB549B) is known color: Brilliant Rose. HEX triplet: FB, 54 and 9B. RGB value is (251,84,155). Sum of RGB (Red+Green+Blue) = 251+84+155=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB549B is #04AB64. Grayscale: #8D8D8D. Windows color (decimal): -306021 or 10179835. OLE color: 10179835.
HSL color Cylindrical-coordinate representation of color #FB549B: hue angle of 334.49º 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 #FB549B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 155 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.02 |
| HSL | 334.49º | 0.95% | 0.66% | - |
| HSV(B) | 334.49º | 0.67% | 0.98% | - |
| XYZ | 48.87 | 29.22 | 34.07 | - |
| YUV | 142.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 155 | 0 | 0.67 | 0.38 | 0.02 | 334.49 | 0.95 | 0.66 |
| Hex | FB | 54 | 9B | 0 | 43 | 26 | 2 | 14E | 5F | 42 |
| Octal | 373 | 124 | 233 | 0 | 103 | 46 | 2 | 516 | 137 | 102 |
| Binary | 11111011 | 1010100 | 10011011 | 0 | 1000011 | 100110 | 10 | 101001110 | 1011111 | 1000010 |
Color Harmonies of #FB549B
Complementary color
Monochromatic Colors of #FB549B
Black with #FB549B
Text Example
Text Example
White with #FB549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB549B; }
p { color: rgb(251,84,155); }
H1.HeaderClassName
{
color: #FB549B;
}
.AnyTagClassName
{
color: #FB549B;
}
</style>
background-color css
<style>
a { background-color: #FB549B; }
a { background-color: rgb(251,84,155); }
div.DivClassName
{
background-color: #FB549B;
}
.BgClassName
{
background-color: #FB549B;
}
</style>
border-color css
<style>
span { border-color: #FB549B; }
span { border-color: rgb(251,84,155); }
td.TdClassName
{
border-color: #FB549B;
}
.TagClassName
{
border-color: #FB549B;
}
</style>