Shades of Brilliant Rose #FF549E
Tints of Brilliant Rose #FF549E
RGB
CMYK
RGB Variations
Color information
#FF549E (or 0xFF549E) is known color: Brilliant Rose. HEX triplet: FF, 54 and 9E. RGB value is (255,84,158). Sum of RGB (Red+Green+Blue) = 255+84+158=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF549E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF549E is #00AB61. Grayscale: #8F8F8F. Windows color (decimal): -43874 or 10376447. OLE color: 10376447.
HSL color Cylindrical-coordinate representation of color #FF549E: hue angle of 334.04º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF549E is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 158 | - |
| CMYK | 0 | 0.67 | 0.38 | 0 |
| HSL | 334.04º | 1% | 0.66% | - |
| HSV(B) | 334.04º | 0.67% | 1% | - |
| XYZ | 50.58 | 30.07 | 35.49 | - |
| YUV | 143.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 158 | 0 | 0.67 | 0.38 | 0 | 334.04 | 1 | 0.66 |
| Hex | FF | 54 | 9E | 0 | 43 | 26 | 0 | 14E | 64 | 42 |
| Octal | 377 | 124 | 236 | 0 | 103 | 46 | 0 | 516 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10011110 | 0 | 1000011 | 100110 | 0 | 101001110 | 1100100 | 1000010 |
Color Harmonies of #FF549E
Complementary color
Monochromatic Colors of #FF549E
Black with #FF549E
Text Example
Text Example
White with #FF549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF549E; }
p { color: rgb(255,84,158); }
H1.HeaderClassName
{
color: #FF549E;
}
.AnyTagClassName
{
color: #FF549E;
}
</style>
background-color css
<style>
a { background-color: #FF549E; }
a { background-color: rgb(255,84,158); }
div.DivClassName
{
background-color: #FF549E;
}
.BgClassName
{
background-color: #FF549E;
}
</style>
border-color css
<style>
span { border-color: #FF549E; }
span { border-color: rgb(255,84,158); }
td.TdClassName
{
border-color: #FF549E;
}
.TagClassName
{
border-color: #FF549E;
}
</style>