Shades of Brilliant Rose #FF49AD
Tints of Brilliant Rose #FF49AD
RGB
CMYK
RGB Variations
Color information
#FF49AD (or 0xFF49AD) is known color: Brilliant Rose. HEX triplet: FF, 49 and AD. RGB value is (255,73,173). Sum of RGB (Red+Green+Blue) = 255+73+173=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49AD is #00B652. Grayscale: #8A8A8A. Windows color (decimal): -46675 or 11356671. OLE color: 11356671.
HSL color Cylindrical-coordinate representation of color #FF49AD: hue angle of 327.03º 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 #FF49AD is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 173 | - |
| CMYK | 0 | 0.71 | 0.32 | 0 |
| HSL | 327.03º | 1% | 0.64% | - |
| HSV(B) | 327.03º | 0.71% | 1% | - |
| XYZ | 51.17 | 29.04 | 42.44 | - |
| YUV | 138.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 173 | 0 | 0.71 | 0.32 | 0 | 327.03 | 1 | 0.64 |
| Hex | FF | 49 | AD | 0 | 47 | 20 | 0 | 147 | 64 | 40 |
| Octal | 377 | 111 | 255 | 0 | 107 | 40 | 0 | 507 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10101101 | 0 | 1000111 | 100000 | 0 | 101000111 | 1100100 | 1000000 |
Color Harmonies of #FF49AD
Complementary color
Monochromatic Colors of #FF49AD
Black with #FF49AD
Text Example
Text Example
White with #FF49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49AD; }
p { color: rgb(255,73,173); }
H1.HeaderClassName
{
color: #FF49AD;
}
.AnyTagClassName
{
color: #FF49AD;
}
</style>
background-color css
<style>
a { background-color: #FF49AD; }
a { background-color: rgb(255,73,173); }
div.DivClassName
{
background-color: #FF49AD;
}
.BgClassName
{
background-color: #FF49AD;
}
</style>
border-color css
<style>
span { border-color: #FF49AD; }
span { border-color: rgb(255,73,173); }
td.TdClassName
{
border-color: #FF49AD;
}
.TagClassName
{
border-color: #FF49AD;
}
</style>