Shades of Brilliant Rose #FB4DB1
Tints of Brilliant Rose #FB4DB1
RGB
CMYK
RGB Variations
Color information
#FB4DB1 (or 0xFB4DB1) is known color: Brilliant Rose. HEX triplet: FB, 4D and B1. RGB value is (251,77,177). Sum of RGB (Red+Green+Blue) = 251+77+177=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4DB1 is #04B24E. Grayscale: #8C8C8C. Windows color (decimal): -307791 or 11619835. OLE color: 11619835.
HSL color Cylindrical-coordinate representation of color #FB4DB1: hue angle of 325.52º 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 #FB4DB1 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 177 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.02 |
| HSL | 325.52º | 0.96% | 0.64% | - |
| HSV(B) | 325.52º | 0.69% | 0.98% | - |
| XYZ | 50.37 | 28.99 | 44.54 | - |
| YUV | 140.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 177 | 0 | 0.69 | 0.29 | 0.02 | 325.52 | 0.96 | 0.64 |
| Hex | FB | 4D | B1 | 0 | 45 | 1D | 2 | 146 | 60 | 40 |
| Octal | 373 | 115 | 261 | 0 | 105 | 35 | 2 | 506 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10110001 | 0 | 1000101 | 11101 | 10 | 101000110 | 1100000 | 1000000 |
Color Harmonies of #FB4DB1
Complementary color
Monochromatic Colors of #FB4DB1
Black with #FB4DB1
Text Example
Text Example
White with #FB4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DB1; }
p { color: rgb(251,77,177); }
H1.HeaderClassName
{
color: #FB4DB1;
}
.AnyTagClassName
{
color: #FB4DB1;
}
</style>
background-color css
<style>
a { background-color: #FB4DB1; }
a { background-color: rgb(251,77,177); }
div.DivClassName
{
background-color: #FB4DB1;
}
.BgClassName
{
background-color: #FB4DB1;
}
</style>
border-color css
<style>
span { border-color: #FB4DB1; }
span { border-color: rgb(251,77,177); }
td.TdClassName
{
border-color: #FB4DB1;
}
.TagClassName
{
border-color: #FB4DB1;
}
</style>