Shades of Brilliant Rose #FF49AA
Tints of Brilliant Rose #FF49AA
RGB
CMYK
RGB Variations
Color information
#FF49AA (or 0xFF49AA) is known color: Brilliant Rose. HEX triplet: FF, 49 and AA. RGB value is (255,73,170). Sum of RGB (Red+Green+Blue) = 255+73+170=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49AA is #00B655. Grayscale: #8A8A8A. Windows color (decimal): -46678 or 11160063. OLE color: 11160063.
HSL color Cylindrical-coordinate representation of color #FF49AA: hue angle of 328.02º 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 #FF49AA is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 170 | - |
| CMYK | 0 | 0.71 | 0.33 | 0 |
| HSL | 328.02º | 1% | 0.64% | - |
| HSV(B) | 328.02º | 0.71% | 1% | - |
| XYZ | 50.88 | 28.93 | 40.93 | - |
| YUV | 138.48 | 145.8 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 170 | 0 | 0.71 | 0.33 | 0 | 328.02 | 1 | 0.64 |
| Hex | FF | 49 | AA | 0 | 47 | 21 | 0 | 148 | 64 | 40 |
| Octal | 377 | 111 | 252 | 0 | 107 | 41 | 0 | 510 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10101010 | 0 | 1000111 | 100001 | 0 | 101001000 | 1100100 | 1000000 |
Color Harmonies of #FF49AA
Complementary color
Monochromatic Colors of #FF49AA
Black with #FF49AA
Text Example
Text Example
White with #FF49AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49AA; }
p { color: rgb(255,73,170); }
H1.HeaderClassName
{
color: #FF49AA;
}
.AnyTagClassName
{
color: #FF49AA;
}
</style>
background-color css
<style>
a { background-color: #FF49AA; }
a { background-color: rgb(255,73,170); }
div.DivClassName
{
background-color: #FF49AA;
}
.BgClassName
{
background-color: #FF49AA;
}
</style>
border-color css
<style>
span { border-color: #FF49AA; }
span { border-color: rgb(255,73,170); }
td.TdClassName
{
border-color: #FF49AA;
}
.TagClassName
{
border-color: #FF49AA;
}
</style>