Shades of Brilliant Rose #FF49AE
Tints of Brilliant Rose #FF49AE
RGB
CMYK
RGB Variations
Color information
#FF49AE (or 0xFF49AE) is known color: Brilliant Rose. HEX triplet: FF, 49 and AE. RGB value is (255,73,174). Sum of RGB (Red+Green+Blue) = 255+73+174=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49AE is #00B651. Grayscale: #8A8A8A. Windows color (decimal): -46674 or 11422207. OLE color: 11422207.
HSL color Cylindrical-coordinate representation of color #FF49AE: hue angle of 326.7º 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 #FF49AE is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 174 | - |
| CMYK | 0 | 0.71 | 0.32 | 0 |
| HSL | 326.7º | 1% | 0.64% | - |
| HSV(B) | 326.7º | 0.71% | 1% | - |
| XYZ | 51.26 | 29.08 | 42.96 | - |
| YUV | 138.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 174 | 0 | 0.71 | 0.32 | 0 | 326.7 | 1 | 0.64 |
| Hex | FF | 49 | AE | 0 | 47 | 20 | 0 | 147 | 64 | 40 |
| Octal | 377 | 111 | 256 | 0 | 107 | 40 | 0 | 507 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10101110 | 0 | 1000111 | 100000 | 0 | 101000111 | 1100100 | 1000000 |
Color Harmonies of #FF49AE
Complementary color
Monochromatic Colors of #FF49AE
Black with #FF49AE
Text Example
Text Example
White with #FF49AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49AE; }
p { color: rgb(255,73,174); }
H1.HeaderClassName
{
color: #FF49AE;
}
.AnyTagClassName
{
color: #FF49AE;
}
</style>
background-color css
<style>
a { background-color: #FF49AE; }
a { background-color: rgb(255,73,174); }
div.DivClassName
{
background-color: #FF49AE;
}
.BgClassName
{
background-color: #FF49AE;
}
</style>
border-color css
<style>
span { border-color: #FF49AE; }
span { border-color: rgb(255,73,174); }
td.TdClassName
{
border-color: #FF49AE;
}
.TagClassName
{
border-color: #FF49AE;
}
</style>