Shades of Brilliant Rose #FF4DBB
Tints of Brilliant Rose #FF4DBB
RGB
CMYK
RGB Variations
Color information
#FF4DBB (or 0xFF4DBB) is known color: Brilliant Rose. HEX triplet: FF, 4D and BB. RGB value is (255,77,187). Sum of RGB (Red+Green+Blue) = 255+77+187=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DBB is #00B244. Grayscale: #8E8E8E. Windows color (decimal): -45637 or 12275199. OLE color: 12275199.
HSL color Cylindrical-coordinate representation of color #FF4DBB: hue angle of 322.92º 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 #FF4DBB is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 187 | - |
| CMYK | 0 | 0.70 | 0.27 | 0 |
| HSL | 322.92º | 1% | 0.65% | - |
| HSV(B) | 322.92º | 0.7% | 1% | - |
| XYZ | 52.86 | 30.16 | 50.05 | - |
| YUV | 142.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 187 | 0 | 0.70 | 0.27 | 0 | 322.92 | 1 | 0.65 |
| Hex | FF | 4D | BB | 0 | 46 | 1B | 0 | 143 | 64 | 41 |
| Octal | 377 | 115 | 273 | 0 | 106 | 33 | 0 | 503 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10111011 | 0 | 1000110 | 11011 | 0 | 101000011 | 1100100 | 1000001 |
Color Harmonies of #FF4DBB
Complementary color
Monochromatic Colors of #FF4DBB
Black with #FF4DBB
Text Example
Text Example
White with #FF4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DBB; }
p { color: rgb(255,77,187); }
H1.HeaderClassName
{
color: #FF4DBB;
}
.AnyTagClassName
{
color: #FF4DBB;
}
</style>
background-color css
<style>
a { background-color: #FF4DBB; }
a { background-color: rgb(255,77,187); }
div.DivClassName
{
background-color: #FF4DBB;
}
.BgClassName
{
background-color: #FF4DBB;
}
</style>
border-color css
<style>
span { border-color: #FF4DBB; }
span { border-color: rgb(255,77,187); }
td.TdClassName
{
border-color: #FF4DBB;
}
.TagClassName
{
border-color: #FF4DBB;
}
</style>