Shades of Brilliant Rose #FF5098
Tints of Brilliant Rose #FF5098
RGB
CMYK
RGB Variations
Color information
#FF5098 (or 0xFF5098) is known color: Brilliant Rose. HEX triplet: FF, 50 and 98. RGB value is (255,80,152). Sum of RGB (Red+Green+Blue) = 255+80+152=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5098 is #00AF67. Grayscale: #8C8C8C. Windows color (decimal): -44904 or 9982207. OLE color: 9982207.
HSL color Cylindrical-coordinate representation of color #FF5098: hue angle of 335.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5098 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 152 | - |
| CMYK | 0 | 0.69 | 0.40 | 0 |
| HSL | 335.31º | 1% | 0.66% | - |
| HSV(B) | 335.31º | 0.69% | 1% | - |
| XYZ | 49.78 | 29.26 | 32.73 | - |
| YUV | 140.53 | 134.48 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 152 | 0 | 0.69 | 0.40 | 0 | 335.31 | 1 | 0.66 |
| Hex | FF | 50 | 98 | 0 | 45 | 28 | 0 | 14F | 64 | 42 |
| Octal | 377 | 120 | 230 | 0 | 105 | 50 | 0 | 517 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10011000 | 0 | 1000101 | 101000 | 0 | 101001111 | 1100100 | 1000010 |
Color Harmonies of #FF5098
Complementary color
Monochromatic Colors of #FF5098
Black with #FF5098
Text Example
Text Example
White with #FF5098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5098; }
p { color: rgb(255,80,152); }
H1.HeaderClassName
{
color: #FF5098;
}
.AnyTagClassName
{
color: #FF5098;
}
</style>
background-color css
<style>
a { background-color: #FF5098; }
a { background-color: rgb(255,80,152); }
div.DivClassName
{
background-color: #FF5098;
}
.BgClassName
{
background-color: #FF5098;
}
</style>
border-color css
<style>
span { border-color: #FF5098; }
span { border-color: rgb(255,80,152); }
td.TdClassName
{
border-color: #FF5098;
}
.TagClassName
{
border-color: #FF5098;
}
</style>