Shades of Brilliant Rose #FE5199
Tints of Brilliant Rose #FE5199
RGB
CMYK
RGB Variations
Color information
#FE5199 (or 0xFE5199) is known color: Brilliant Rose. HEX triplet: FE, 51 and 99. RGB value is (254,81,153). Sum of RGB (Red+Green+Blue) = 254+81+153=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5199 is #01AE66. Grayscale: #8C8C8C. Windows color (decimal): -110183 or 10047998. OLE color: 10047998.
HSL color Cylindrical-coordinate representation of color #FE5199: hue angle of 335.03º 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 #FE5199 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 153 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.00 |
| HSL | 335.03º | 0.99% | 0.66% | - |
| HSV(B) | 335.03º | 0.68% | 1% | - |
| XYZ | 49.57 | 29.26 | 33.17 | - |
| YUV | 140.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 153 | 0 | 0.68 | 0.40 | 0.00 | 335.03 | 0.99 | 0.66 |
| Hex | FE | 51 | 99 | 0 | 44 | 28 | 0 | 14F | 63 | 42 |
| Octal | 376 | 121 | 231 | 0 | 104 | 50 | 0 | 517 | 143 | 102 |
| Binary | 11111110 | 1010001 | 10011001 | 0 | 1000100 | 101000 | 0 | 101001111 | 1100011 | 1000010 |
Color Harmonies of #FE5199
Complementary color
Monochromatic Colors of #FE5199
Black with #FE5199
Text Example
Text Example
White with #FE5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5199; }
p { color: rgb(254,81,153); }
H1.HeaderClassName
{
color: #FE5199;
}
.AnyTagClassName
{
color: #FE5199;
}
</style>
background-color css
<style>
a { background-color: #FE5199; }
a { background-color: rgb(254,81,153); }
div.DivClassName
{
background-color: #FE5199;
}
.BgClassName
{
background-color: #FE5199;
}
</style>
border-color css
<style>
span { border-color: #FE5199; }
span { border-color: rgb(254,81,153); }
td.TdClassName
{
border-color: #FE5199;
}
.TagClassName
{
border-color: #FE5199;
}
</style>