Shades of Brilliant Rose #FF4DB0
Tints of Brilliant Rose #FF4DB0
RGB
CMYK
RGB Variations
Color information
#FF4DB0 (or 0xFF4DB0) is known color: Brilliant Rose. HEX triplet: FF, 4D and B0. RGB value is (255,77,176). Sum of RGB (Red+Green+Blue) = 255+77+176=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DB0 is #00B24F. Grayscale: #8D8D8D. Windows color (decimal): -45648 or 11554303. OLE color: 11554303.
HSL color Cylindrical-coordinate representation of color #FF4DB0: hue angle of 326.63º 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 #FF4DB0 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 176 | - |
| CMYK | 0 | 0.70 | 0.31 | 0 |
| HSL | 326.63º | 1% | 0.65% | - |
| HSV(B) | 326.63º | 0.7% | 1% | - |
| XYZ | 51.73 | 29.7 | 44.08 | - |
| YUV | 141.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 176 | 0 | 0.70 | 0.31 | 0 | 326.63 | 1 | 0.65 |
| Hex | FF | 4D | B0 | 0 | 46 | 1F | 0 | 147 | 64 | 41 |
| Octal | 377 | 115 | 260 | 0 | 106 | 37 | 0 | 507 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10110000 | 0 | 1000110 | 11111 | 0 | 101000111 | 1100100 | 1000001 |
Color Harmonies of #FF4DB0
Complementary color
Monochromatic Colors of #FF4DB0
Black with #FF4DB0
Text Example
Text Example
White with #FF4DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DB0; }
p { color: rgb(255,77,176); }
H1.HeaderClassName
{
color: #FF4DB0;
}
.AnyTagClassName
{
color: #FF4DB0;
}
</style>
background-color css
<style>
a { background-color: #FF4DB0; }
a { background-color: rgb(255,77,176); }
div.DivClassName
{
background-color: #FF4DB0;
}
.BgClassName
{
background-color: #FF4DB0;
}
</style>
border-color css
<style>
span { border-color: #FF4DB0; }
span { border-color: rgb(255,77,176); }
td.TdClassName
{
border-color: #FF4DB0;
}
.TagClassName
{
border-color: #FF4DB0;
}
</style>