Shades of Brilliant Rose #FE5BA0
Tints of Brilliant Rose #FE5BA0
RGB
CMYK
RGB Variations
Color information
#FE5BA0 (or 0xFE5BA0) is known color: Brilliant Rose. HEX triplet: FE, 5B and A0. RGB value is (254,91,160). Sum of RGB (Red+Green+Blue) = 254+91+160=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5BA0 is #01A45F. Grayscale: #939393. Windows color (decimal): -107616 or 10509310. OLE color: 10509310.
HSL color Cylindrical-coordinate representation of color #FE5BA0: hue angle of 334.6º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BA0 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 160 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.00 |
| HSL | 334.6º | 0.99% | 0.68% | - |
| HSV(B) | 334.6º | 0.64% | 1% | - |
| XYZ | 50.96 | 31.09 | 36.57 | - |
| YUV | 147.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 160 | 0 | 0.64 | 0.37 | 0.00 | 334.6 | 0.99 | 0.68 |
| Hex | FE | 5B | A0 | 0 | 40 | 25 | 0 | 14F | 63 | 44 |
| Octal | 376 | 133 | 240 | 0 | 100 | 45 | 0 | 517 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10100000 | 0 | 1000000 | 100101 | 0 | 101001111 | 1100011 | 1000100 |
Color Harmonies of #FE5BA0
Complementary color
Monochromatic Colors of #FE5BA0
Black with #FE5BA0
Text Example
Text Example
White with #FE5BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BA0; }
p { color: rgb(254,91,160); }
H1.HeaderClassName
{
color: #FE5BA0;
}
.AnyTagClassName
{
color: #FE5BA0;
}
</style>
background-color css
<style>
a { background-color: #FE5BA0; }
a { background-color: rgb(254,91,160); }
div.DivClassName
{
background-color: #FE5BA0;
}
.BgClassName
{
background-color: #FE5BA0;
}
</style>
border-color css
<style>
span { border-color: #FE5BA0; }
span { border-color: rgb(254,91,160); }
td.TdClassName
{
border-color: #FE5BA0;
}
.TagClassName
{
border-color: #FE5BA0;
}
</style>