Shades of Brilliant Rose #FE5098
Tints of Brilliant Rose #FE5098
RGB
CMYK
RGB Variations
Color information
#FE5098 (or 0xFE5098) is known color: Brilliant Rose. HEX triplet: FE, 50 and 98. RGB value is (254,80,152). Sum of RGB (Red+Green+Blue) = 254+80+152=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5098 is #01AF67. Grayscale: #8C8C8C. Windows color (decimal): -110440 or 9982206. OLE color: 9982206.
HSL color Cylindrical-coordinate representation of color #FE5098: hue angle of 335.17º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5098 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 152 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.00 |
| HSL | 335.17º | 0.99% | 0.65% | - |
| HSV(B) | 335.17º | 0.69% | 1% | - |
| XYZ | 49.41 | 29.08 | 32.71 | - |
| YUV | 140.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 152 | 0 | 0.69 | 0.40 | 0.00 | 335.17 | 0.99 | 0.65 |
| Hex | FE | 50 | 98 | 0 | 45 | 28 | 0 | 14F | 63 | 41 |
| Octal | 376 | 120 | 230 | 0 | 105 | 50 | 0 | 517 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10011000 | 0 | 1000101 | 101000 | 0 | 101001111 | 1100011 | 1000001 |
Color Harmonies of #FE5098
Complementary color
Monochromatic Colors of #FE5098
Black with #FE5098
Text Example
Text Example
White with #FE5098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5098; }
p { color: rgb(254,80,152); }
H1.HeaderClassName
{
color: #FE5098;
}
.AnyTagClassName
{
color: #FE5098;
}
</style>
background-color css
<style>
a { background-color: #FE5098; }
a { background-color: rgb(254,80,152); }
div.DivClassName
{
background-color: #FE5098;
}
.BgClassName
{
background-color: #FE5098;
}
</style>
border-color css
<style>
span { border-color: #FE5098; }
span { border-color: rgb(254,80,152); }
td.TdClassName
{
border-color: #FE5098;
}
.TagClassName
{
border-color: #FE5098;
}
</style>