Shades of Brilliant Rose #FE5298
Tints of Brilliant Rose #FE5298
RGB
CMYK
RGB Variations
Color information
#FE5298 (or 0xFE5298) is known color: Brilliant Rose. HEX triplet: FE, 52 and 98. RGB value is (254,82,152). Sum of RGB (Red+Green+Blue) = 254+82+152=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5298 is #01AD67. Grayscale: #8D8D8D. Windows color (decimal): -109928 or 9982718. OLE color: 9982718.
HSL color Cylindrical-coordinate representation of color #FE5298: hue angle of 335.58º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5298 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 152 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.00 |
| HSL | 335.58º | 0.99% | 0.66% | - |
| HSV(B) | 335.58º | 0.68% | 1% | - |
| XYZ | 49.56 | 29.37 | 32.76 | - |
| YUV | 141.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 152 | 0 | 0.68 | 0.40 | 0.00 | 335.58 | 0.99 | 0.66 |
| Hex | FE | 52 | 98 | 0 | 44 | 28 | 0 | 150 | 63 | 42 |
| Octal | 376 | 122 | 230 | 0 | 104 | 50 | 0 | 520 | 143 | 102 |
| Binary | 11111110 | 1010010 | 10011000 | 0 | 1000100 | 101000 | 0 | 101010000 | 1100011 | 1000010 |
Color Harmonies of #FE5298
Complementary color
Monochromatic Colors of #FE5298
Black with #FE5298
Text Example
Text Example
White with #FE5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5298; }
p { color: rgb(254,82,152); }
H1.HeaderClassName
{
color: #FE5298;
}
.AnyTagClassName
{
color: #FE5298;
}
</style>
background-color css
<style>
a { background-color: #FE5298; }
a { background-color: rgb(254,82,152); }
div.DivClassName
{
background-color: #FE5298;
}
.BgClassName
{
background-color: #FE5298;
}
</style>
border-color css
<style>
span { border-color: #FE5298; }
span { border-color: rgb(254,82,152); }
td.TdClassName
{
border-color: #FE5298;
}
.TagClassName
{
border-color: #FE5298;
}
</style>