Shades of Brilliant Rose #FF5198
Tints of Brilliant Rose #FF5198
RGB
CMYK
RGB Variations
Color information
#FF5198 (or 0xFF5198) is known color: Brilliant Rose. HEX triplet: FF, 51 and 98. RGB value is (255,81,152). Sum of RGB (Red+Green+Blue) = 255+81+152=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5198 is #00AE67. Grayscale: #8D8D8D. Windows color (decimal): -44648 or 9982463. OLE color: 9982463.
HSL color Cylindrical-coordinate representation of color #FF5198: hue angle of 335.52º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5198 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 152 | - |
| CMYK | 0 | 0.68 | 0.40 | 0 |
| HSL | 335.52º | 1% | 0.66% | - |
| HSV(B) | 335.52º | 0.68% | 1% | - |
| XYZ | 49.85 | 29.41 | 32.76 | - |
| YUV | 141.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 152 | 0 | 0.68 | 0.40 | 0 | 335.52 | 1 | 0.66 |
| Hex | FF | 51 | 98 | 0 | 44 | 28 | 0 | 150 | 64 | 42 |
| Octal | 377 | 121 | 230 | 0 | 104 | 50 | 0 | 520 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10011000 | 0 | 1000100 | 101000 | 0 | 101010000 | 1100100 | 1000010 |
Color Harmonies of #FF5198
Complementary color
Monochromatic Colors of #FF5198
Black with #FF5198
Text Example
Text Example
White with #FF5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5198; }
p { color: rgb(255,81,152); }
H1.HeaderClassName
{
color: #FF5198;
}
.AnyTagClassName
{
color: #FF5198;
}
</style>
background-color css
<style>
a { background-color: #FF5198; }
a { background-color: rgb(255,81,152); }
div.DivClassName
{
background-color: #FF5198;
}
.BgClassName
{
background-color: #FF5198;
}
</style>
border-color css
<style>
span { border-color: #FF5198; }
span { border-color: rgb(255,81,152); }
td.TdClassName
{
border-color: #FF5198;
}
.TagClassName
{
border-color: #FF5198;
}
</style>