Shades of Brilliant Rose #FF5498
Tints of Brilliant Rose #FF5498
RGB
CMYK
RGB Variations
Color information
#FF5498 (or 0xFF5498) is known color: Brilliant Rose. HEX triplet: FF, 54 and 98. RGB value is (255,84,152). Sum of RGB (Red+Green+Blue) = 255+84+152=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5498 is #00AB67. Grayscale: #8E8E8E. Windows color (decimal): -43880 or 9983231. OLE color: 9983231.
HSL color Cylindrical-coordinate representation of color #FF5498: hue angle of 336.14º 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 #FF5498 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 152 | - |
| CMYK | 0 | 0.67 | 0.40 | 0 |
| HSL | 336.14º | 1% | 0.66% | - |
| HSV(B) | 336.14º | 0.67% | 1% | - |
| XYZ | 50.08 | 29.87 | 32.83 | - |
| YUV | 142.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 152 | 0 | 0.67 | 0.40 | 0 | 336.14 | 1 | 0.66 |
| Hex | FF | 54 | 98 | 0 | 43 | 28 | 0 | 150 | 64 | 42 |
| Octal | 377 | 124 | 230 | 0 | 103 | 50 | 0 | 520 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10011000 | 0 | 1000011 | 101000 | 0 | 101010000 | 1100100 | 1000010 |
Color Harmonies of #FF5498
Complementary color
Monochromatic Colors of #FF5498
Black with #FF5498
Text Example
Text Example
White with #FF5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5498; }
p { color: rgb(255,84,152); }
H1.HeaderClassName
{
color: #FF5498;
}
.AnyTagClassName
{
color: #FF5498;
}
</style>
background-color css
<style>
a { background-color: #FF5498; }
a { background-color: rgb(255,84,152); }
div.DivClassName
{
background-color: #FF5498;
}
.BgClassName
{
background-color: #FF5498;
}
</style>
border-color css
<style>
span { border-color: #FF5498; }
span { border-color: rgb(255,84,152); }
td.TdClassName
{
border-color: #FF5498;
}
.TagClassName
{
border-color: #FF5498;
}
</style>