Shades of Brilliant Rose #FF49BA
Tints of Brilliant Rose #FF49BA
RGB
CMYK
RGB Variations
Color information
#FF49BA (or 0xFF49BA) is known color: Brilliant Rose. HEX triplet: FF, 49 and BA. RGB value is (255,73,186). Sum of RGB (Red+Green+Blue) = 255+73+186=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49BA is #00B645. Grayscale: #8C8C8C. Windows color (decimal): -46662 or 12208639. OLE color: 12208639.
HSL color Cylindrical-coordinate representation of color #FF49BA: hue angle of 322.75º 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 #FF49BA is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 186 | - |
| CMYK | 0 | 0.71 | 0.27 | 0 |
| HSL | 322.75º | 1% | 0.64% | - |
| HSV(B) | 322.75º | 0.71% | 1% | - |
| XYZ | 52.49 | 29.57 | 49.4 | - |
| YUV | 140.3 | 153.8 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 186 | 0 | 0.71 | 0.27 | 0 | 322.75 | 1 | 0.64 |
| Hex | FF | 49 | BA | 0 | 47 | 1B | 0 | 143 | 64 | 40 |
| Octal | 377 | 111 | 272 | 0 | 107 | 33 | 0 | 503 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10111010 | 0 | 1000111 | 11011 | 0 | 101000011 | 1100100 | 1000000 |
Color Harmonies of #FF49BA
Complementary color
Monochromatic Colors of #FF49BA
Black with #FF49BA
Text Example
Text Example
White with #FF49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49BA; }
p { color: rgb(255,73,186); }
H1.HeaderClassName
{
color: #FF49BA;
}
.AnyTagClassName
{
color: #FF49BA;
}
</style>
background-color css
<style>
a { background-color: #FF49BA; }
a { background-color: rgb(255,73,186); }
div.DivClassName
{
background-color: #FF49BA;
}
.BgClassName
{
background-color: #FF49BA;
}
</style>
border-color css
<style>
span { border-color: #FF49BA; }
span { border-color: rgb(255,73,186); }
td.TdClassName
{
border-color: #FF49BA;
}
.TagClassName
{
border-color: #FF49BA;
}
</style>