Shades of Brilliant Rose #FF49A0
Tints of Brilliant Rose #FF49A0
RGB
CMYK
RGB Variations
Color information
#FF49A0 (or 0xFF49A0) is known color: Brilliant Rose. HEX triplet: FF, 49 and A0. RGB value is (255,73,160). Sum of RGB (Red+Green+Blue) = 255+73+160=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49A0 is #00B65F. Grayscale: #898989. Windows color (decimal): -46688 or 10504703. OLE color: 10504703.
HSL color Cylindrical-coordinate representation of color #FF49A0: hue angle of 331.32º 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 #FF49A0 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 160 | - |
| CMYK | 0 | 0.71 | 0.37 | 0 |
| HSL | 331.32º | 1% | 0.64% | - |
| HSV(B) | 331.32º | 0.71% | 1% | - |
| XYZ | 49.97 | 28.56 | 36.14 | - |
| YUV | 137.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 160 | 0 | 0.71 | 0.37 | 0 | 331.32 | 1 | 0.64 |
| Hex | FF | 49 | A0 | 0 | 47 | 25 | 0 | 14B | 64 | 40 |
| Octal | 377 | 111 | 240 | 0 | 107 | 45 | 0 | 513 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10100000 | 0 | 1000111 | 100101 | 0 | 101001011 | 1100100 | 1000000 |
Color Harmonies of #FF49A0
Complementary color
Monochromatic Colors of #FF49A0
Black with #FF49A0
Text Example
Text Example
White with #FF49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49A0; }
p { color: rgb(255,73,160); }
H1.HeaderClassName
{
color: #FF49A0;
}
.AnyTagClassName
{
color: #FF49A0;
}
</style>
background-color css
<style>
a { background-color: #FF49A0; }
a { background-color: rgb(255,73,160); }
div.DivClassName
{
background-color: #FF49A0;
}
.BgClassName
{
background-color: #FF49A0;
}
</style>
border-color css
<style>
span { border-color: #FF49A0; }
span { border-color: rgb(255,73,160); }
td.TdClassName
{
border-color: #FF49A0;
}
.TagClassName
{
border-color: #FF49A0;
}
</style>