Shades of Brilliant Rose #FB4DB9
Tints of Brilliant Rose #FB4DB9
RGB
CMYK
RGB Variations
Color information
#FB4DB9 (or 0xFB4DB9) is known color: Brilliant Rose. HEX triplet: FB, 4D and B9. RGB value is (251,77,185). Sum of RGB (Red+Green+Blue) = 251+77+185=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4DB9 is #04B246. Grayscale: #8D8D8D. Windows color (decimal): -307783 or 12144123. OLE color: 12144123.
HSL color Cylindrical-coordinate representation of color #FB4DB9: hue angle of 322.76º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4DB9 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 185 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.02 |
| HSL | 322.76º | 0.96% | 0.64% | - |
| HSV(B) | 322.76º | 0.69% | 0.98% | - |
| XYZ | 51.19 | 29.32 | 48.86 | - |
| YUV | 141.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 185 | 0 | 0.69 | 0.26 | 0.02 | 322.76 | 0.96 | 0.64 |
| Hex | FB | 4D | B9 | 0 | 45 | 1A | 2 | 143 | 60 | 40 |
| Octal | 373 | 115 | 271 | 0 | 105 | 32 | 2 | 503 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10111001 | 0 | 1000101 | 11010 | 10 | 101000011 | 1100000 | 1000000 |
Color Harmonies of #FB4DB9
Complementary color
Monochromatic Colors of #FB4DB9
Black with #FB4DB9
Text Example
Text Example
White with #FB4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DB9; }
p { color: rgb(251,77,185); }
H1.HeaderClassName
{
color: #FB4DB9;
}
.AnyTagClassName
{
color: #FB4DB9;
}
</style>
background-color css
<style>
a { background-color: #FB4DB9; }
a { background-color: rgb(251,77,185); }
div.DivClassName
{
background-color: #FB4DB9;
}
.BgClassName
{
background-color: #FB4DB9;
}
</style>
border-color css
<style>
span { border-color: #FB4DB9; }
span { border-color: rgb(251,77,185); }
td.TdClassName
{
border-color: #FB4DB9;
}
.TagClassName
{
border-color: #FB4DB9;
}
</style>