Shades of Brilliant Rose #FF49B0
Tints of Brilliant Rose #FF49B0
RGB
CMYK
RGB Variations
Color information
#FF49B0 (or 0xFF49B0) is known color: Brilliant Rose. HEX triplet: FF, 49 and B0. RGB value is (255,73,176). Sum of RGB (Red+Green+Blue) = 255+73+176=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49B0 is #00B64F. Grayscale: #8A8A8A. Windows color (decimal): -46672 or 11553279. OLE color: 11553279.
HSL color Cylindrical-coordinate representation of color #FF49B0: hue angle of 326.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF49B0 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 176 | - |
| CMYK | 0 | 0.71 | 0.31 | 0 |
| HSL | 326.04º | 1% | 0.64% | - |
| HSV(B) | 326.04º | 0.71% | 1% | - |
| XYZ | 51.46 | 29.16 | 43.99 | - |
| YUV | 139.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 176 | 0 | 0.71 | 0.31 | 0 | 326.04 | 1 | 0.64 |
| Hex | FF | 49 | B0 | 0 | 47 | 1F | 0 | 146 | 64 | 40 |
| Octal | 377 | 111 | 260 | 0 | 107 | 37 | 0 | 506 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10110000 | 0 | 1000111 | 11111 | 0 | 101000110 | 1100100 | 1000000 |
Color Harmonies of #FF49B0
Complementary color
Monochromatic Colors of #FF49B0
Black with #FF49B0
Text Example
Text Example
White with #FF49B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49B0; }
p { color: rgb(255,73,176); }
H1.HeaderClassName
{
color: #FF49B0;
}
.AnyTagClassName
{
color: #FF49B0;
}
</style>
background-color css
<style>
a { background-color: #FF49B0; }
a { background-color: rgb(255,73,176); }
div.DivClassName
{
background-color: #FF49B0;
}
.BgClassName
{
background-color: #FF49B0;
}
</style>
border-color css
<style>
span { border-color: #FF49B0; }
span { border-color: rgb(255,73,176); }
td.TdClassName
{
border-color: #FF49B0;
}
.TagClassName
{
border-color: #FF49B0;
}
</style>