Shades of Brilliant Rose #FF49AB
Tints of Brilliant Rose #FF49AB
RGB
CMYK
RGB Variations
Color information
#FF49AB (or 0xFF49AB) is known color: Brilliant Rose. HEX triplet: FF, 49 and AB. RGB value is (255,73,171). Sum of RGB (Red+Green+Blue) = 255+73+171=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49AB is #00B654. Grayscale: #8A8A8A. Windows color (decimal): -46677 or 11225599. OLE color: 11225599.
HSL color Cylindrical-coordinate representation of color #FF49AB: hue angle of 327.69º 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 #FF49AB is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 171 | - |
| CMYK | 0 | 0.71 | 0.33 | 0 |
| HSL | 327.69º | 1% | 0.64% | - |
| HSV(B) | 327.69º | 0.71% | 1% | - |
| XYZ | 50.97 | 28.97 | 41.43 | - |
| YUV | 138.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 171 | 0 | 0.71 | 0.33 | 0 | 327.69 | 1 | 0.64 |
| Hex | FF | 49 | AB | 0 | 47 | 21 | 0 | 148 | 64 | 40 |
| Octal | 377 | 111 | 253 | 0 | 107 | 41 | 0 | 510 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10101011 | 0 | 1000111 | 100001 | 0 | 101001000 | 1100100 | 1000000 |
Color Harmonies of #FF49AB
Complementary color
Monochromatic Colors of #FF49AB
Black with #FF49AB
Text Example
Text Example
White with #FF49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49AB; }
p { color: rgb(255,73,171); }
H1.HeaderClassName
{
color: #FF49AB;
}
.AnyTagClassName
{
color: #FF49AB;
}
</style>
background-color css
<style>
a { background-color: #FF49AB; }
a { background-color: rgb(255,73,171); }
div.DivClassName
{
background-color: #FF49AB;
}
.BgClassName
{
background-color: #FF49AB;
}
</style>
border-color css
<style>
span { border-color: #FF49AB; }
span { border-color: rgb(255,73,171); }
td.TdClassName
{
border-color: #FF49AB;
}
.TagClassName
{
border-color: #FF49AB;
}
</style>