Shades of Brilliant Rose #FB4DBC
Tints of Brilliant Rose #FB4DBC
RGB
CMYK
RGB Variations
Color information
#FB4DBC (or 0xFB4DBC) is known color: Brilliant Rose. HEX triplet: FB, 4D and BC. RGB value is (251,77,188). Sum of RGB (Red+Green+Blue) = 251+77+188=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4DBC is #04B243. Grayscale: #8D8D8D. Windows color (decimal): -307780 or 12340731. OLE color: 12340731.
HSL color Cylindrical-coordinate representation of color #FB4DBC: hue angle of 321.72º 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 #FB4DBC is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 188 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.02 |
| HSL | 321.72º | 0.96% | 0.64% | - |
| HSV(B) | 321.72º | 0.69% | 0.98% | - |
| XYZ | 51.51 | 29.45 | 50.55 | - |
| YUV | 141.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 188 | 0 | 0.69 | 0.25 | 0.02 | 321.72 | 0.96 | 0.64 |
| Hex | FB | 4D | BC | 0 | 45 | 19 | 2 | 142 | 60 | 40 |
| Octal | 373 | 115 | 274 | 0 | 105 | 31 | 2 | 502 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10111100 | 0 | 1000101 | 11001 | 10 | 101000010 | 1100000 | 1000000 |
Color Harmonies of #FB4DBC
Complementary color
Monochromatic Colors of #FB4DBC
Black with #FB4DBC
Text Example
Text Example
White with #FB4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DBC; }
p { color: rgb(251,77,188); }
H1.HeaderClassName
{
color: #FB4DBC;
}
.AnyTagClassName
{
color: #FB4DBC;
}
</style>
background-color css
<style>
a { background-color: #FB4DBC; }
a { background-color: rgb(251,77,188); }
div.DivClassName
{
background-color: #FB4DBC;
}
.BgClassName
{
background-color: #FB4DBC;
}
</style>
border-color css
<style>
span { border-color: #FB4DBC; }
span { border-color: rgb(251,77,188); }
td.TdClassName
{
border-color: #FB4DBC;
}
.TagClassName
{
border-color: #FB4DBC;
}
</style>