Shades of Brilliant Rose #FE5898
Tints of Brilliant Rose #FE5898
RGB
CMYK
RGB Variations
Color information
#FE5898 (or 0xFE5898) is known color: Brilliant Rose. HEX triplet: FE, 58 and 98. RGB value is (254,88,152). Sum of RGB (Red+Green+Blue) = 254+88+152=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5898 is #01A767. Grayscale: #909090. Windows color (decimal): -108392 or 9984254. OLE color: 9984254.
HSL color Cylindrical-coordinate representation of color #FE5898: hue angle of 336.87º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5898 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 152 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.00 |
| HSL | 336.87º | 0.99% | 0.67% | - |
| HSV(B) | 336.87º | 0.65% | 1% | - |
| XYZ | 50.03 | 30.32 | 32.92 | - |
| YUV | 144.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 152 | 0 | 0.65 | 0.40 | 0.00 | 336.87 | 0.99 | 0.67 |
| Hex | FE | 58 | 98 | 0 | 41 | 28 | 0 | 151 | 63 | 43 |
| Octal | 376 | 130 | 230 | 0 | 101 | 50 | 0 | 521 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10011000 | 0 | 1000001 | 101000 | 0 | 101010001 | 1100011 | 1000011 |
Color Harmonies of #FE5898
Complementary color
Monochromatic Colors of #FE5898
Black with #FE5898
Text Example
Text Example
White with #FE5898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5898; }
p { color: rgb(254,88,152); }
H1.HeaderClassName
{
color: #FE5898;
}
.AnyTagClassName
{
color: #FE5898;
}
</style>
background-color css
<style>
a { background-color: #FE5898; }
a { background-color: rgb(254,88,152); }
div.DivClassName
{
background-color: #FE5898;
}
.BgClassName
{
background-color: #FE5898;
}
</style>
border-color css
<style>
span { border-color: #FE5898; }
span { border-color: rgb(254,88,152); }
td.TdClassName
{
border-color: #FE5898;
}
.TagClassName
{
border-color: #FE5898;
}
</style>