Shades of Brilliant Rose #FF4DBC
Tints of Brilliant Rose #FF4DBC
RGB
CMYK
RGB Variations
Color information
#FF4DBC (or 0xFF4DBC) is known color: Brilliant Rose. HEX triplet: FF, 4D and BC. RGB value is (255,77,188). Sum of RGB (Red+Green+Blue) = 255+77+188=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DBC is #00B243. Grayscale: #8E8E8E. Windows color (decimal): -45636 or 12340735. OLE color: 12340735.
HSL color Cylindrical-coordinate representation of color #FF4DBC: hue angle of 322.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DBC is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 188 | - |
| CMYK | 0 | 0.70 | 0.26 | 0 |
| HSL | 322.58º | 1% | 0.65% | - |
| HSV(B) | 322.58º | 0.7% | 1% | - |
| XYZ | 52.97 | 30.2 | 50.61 | - |
| YUV | 142.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 188 | 0 | 0.70 | 0.26 | 0 | 322.58 | 1 | 0.65 |
| Hex | FF | 4D | BC | 0 | 46 | 1A | 0 | 143 | 64 | 41 |
| Octal | 377 | 115 | 274 | 0 | 106 | 32 | 0 | 503 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10111100 | 0 | 1000110 | 11010 | 0 | 101000011 | 1100100 | 1000001 |
Color Harmonies of #FF4DBC
Complementary color
Monochromatic Colors of #FF4DBC
Black with #FF4DBC
Text Example
Text Example
White with #FF4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DBC; }
p { color: rgb(255,77,188); }
H1.HeaderClassName
{
color: #FF4DBC;
}
.AnyTagClassName
{
color: #FF4DBC;
}
</style>
background-color css
<style>
a { background-color: #FF4DBC; }
a { background-color: rgb(255,77,188); }
div.DivClassName
{
background-color: #FF4DBC;
}
.BgClassName
{
background-color: #FF4DBC;
}
</style>
border-color css
<style>
span { border-color: #FF4DBC; }
span { border-color: rgb(255,77,188); }
td.TdClassName
{
border-color: #FF4DBC;
}
.TagClassName
{
border-color: #FF4DBC;
}
</style>