Shades of Brilliant Rose #FF499C
Tints of Brilliant Rose #FF499C
RGB
CMYK
RGB Variations
Color information
#FF499C (or 0xFF499C) is known color: Brilliant Rose. HEX triplet: FF, 49 and 9C. RGB value is (255,73,156). Sum of RGB (Red+Green+Blue) = 255+73+156=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF499C is #00B663. Grayscale: #888888. Windows color (decimal): -46692 or 10242559. OLE color: 10242559.
HSL color Cylindrical-coordinate representation of color #FF499C: hue angle of 332.64º 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 #FF499C is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 156 | - |
| CMYK | 0 | 0.71 | 0.39 | 0 |
| HSL | 332.64º | 1% | 0.64% | - |
| HSV(B) | 332.64º | 0.71% | 1% | - |
| XYZ | 49.62 | 28.43 | 34.32 | - |
| YUV | 136.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 156 | 0 | 0.71 | 0.39 | 0 | 332.64 | 1 | 0.64 |
| Hex | FF | 49 | 9C | 0 | 47 | 27 | 0 | 14D | 64 | 40 |
| Octal | 377 | 111 | 234 | 0 | 107 | 47 | 0 | 515 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10011100 | 0 | 1000111 | 100111 | 0 | 101001101 | 1100100 | 1000000 |
Color Harmonies of #FF499C
Complementary color
Monochromatic Colors of #FF499C
Black with #FF499C
Text Example
Text Example
White with #FF499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF499C; }
p { color: rgb(255,73,156); }
H1.HeaderClassName
{
color: #FF499C;
}
.AnyTagClassName
{
color: #FF499C;
}
</style>
background-color css
<style>
a { background-color: #FF499C; }
a { background-color: rgb(255,73,156); }
div.DivClassName
{
background-color: #FF499C;
}
.BgClassName
{
background-color: #FF499C;
}
</style>
border-color css
<style>
span { border-color: #FF499C; }
span { border-color: rgb(255,73,156); }
td.TdClassName
{
border-color: #FF499C;
}
.TagClassName
{
border-color: #FF499C;
}
</style>