Shades of Brilliant Rose #FE5498
Tints of Brilliant Rose #FE5498
RGB
CMYK
RGB Variations
Color information
#FE5498 (or 0xFE5498) is known color: Brilliant Rose. HEX triplet: FE, 54 and 98. RGB value is (254,84,152). Sum of RGB (Red+Green+Blue) = 254+84+152=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5498 is #01AB67. Grayscale: #8E8E8E. Windows color (decimal): -109416 or 9983230. OLE color: 9983230.
HSL color Cylindrical-coordinate representation of color #FE5498: hue angle of 336º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5498 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 152 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.00 |
| HSL | 336º | 0.99% | 0.66% | - |
| HSV(B) | 336º | 0.67% | 1% | - |
| XYZ | 49.71 | 29.68 | 32.81 | - |
| YUV | 142.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 152 | 0 | 0.67 | 0.40 | 0.00 | 336 | 0.99 | 0.66 |
| Hex | FE | 54 | 98 | 0 | 43 | 28 | 0 | 150 | 63 | 42 |
| Octal | 376 | 124 | 230 | 0 | 103 | 50 | 0 | 520 | 143 | 102 |
| Binary | 11111110 | 1010100 | 10011000 | 0 | 1000011 | 101000 | 0 | 101010000 | 1100011 | 1000010 |
Color Harmonies of #FE5498
Complementary color
Monochromatic Colors of #FE5498
Black with #FE5498
Text Example
Text Example
White with #FE5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5498; }
p { color: rgb(254,84,152); }
H1.HeaderClassName
{
color: #FE5498;
}
.AnyTagClassName
{
color: #FE5498;
}
</style>
background-color css
<style>
a { background-color: #FE5498; }
a { background-color: rgb(254,84,152); }
div.DivClassName
{
background-color: #FE5498;
}
.BgClassName
{
background-color: #FE5498;
}
</style>
border-color css
<style>
span { border-color: #FE5498; }
span { border-color: rgb(254,84,152); }
td.TdClassName
{
border-color: #FE5498;
}
.TagClassName
{
border-color: #FE5498;
}
</style>