Shades of Brilliant Rose #FE5398
Tints of Brilliant Rose #FE5398
RGB
CMYK
RGB Variations
Color information
#FE5398 (or 0xFE5398) is known color: Brilliant Rose. HEX triplet: FE, 53 and 98. RGB value is (254,83,152). Sum of RGB (Red+Green+Blue) = 254+83+152=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5398 is #01AC67. Grayscale: #8D8D8D. Windows color (decimal): -109672 or 9982974. OLE color: 9982974.
HSL color Cylindrical-coordinate representation of color #FE5398: hue angle of 335.79º 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 #FE5398 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 152 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.00 |
| HSL | 335.79º | 0.99% | 0.66% | - |
| HSV(B) | 335.79º | 0.67% | 1% | - |
| XYZ | 49.63 | 29.52 | 32.79 | - |
| YUV | 142 | 133.65 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 152 | 0 | 0.67 | 0.40 | 0.00 | 335.79 | 0.99 | 0.66 |
| Hex | FE | 53 | 98 | 0 | 43 | 28 | 0 | 150 | 63 | 42 |
| Octal | 376 | 123 | 230 | 0 | 103 | 50 | 0 | 520 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10011000 | 0 | 1000011 | 101000 | 0 | 101010000 | 1100011 | 1000010 |
Color Harmonies of #FE5398
Complementary color
Monochromatic Colors of #FE5398
Black with #FE5398
Text Example
Text Example
White with #FE5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5398; }
p { color: rgb(254,83,152); }
H1.HeaderClassName
{
color: #FE5398;
}
.AnyTagClassName
{
color: #FE5398;
}
</style>
background-color css
<style>
a { background-color: #FE5398; }
a { background-color: rgb(254,83,152); }
div.DivClassName
{
background-color: #FE5398;
}
.BgClassName
{
background-color: #FE5398;
}
</style>
border-color css
<style>
span { border-color: #FE5398; }
span { border-color: rgb(254,83,152); }
td.TdClassName
{
border-color: #FE5398;
}
.TagClassName
{
border-color: #FE5398;
}
</style>