Shades of Brilliant Rose #FE5BA9
Tints of Brilliant Rose #FE5BA9
RGB
CMYK
RGB Variations
Color information
#FE5BA9 (or 0xFE5BA9) is known color: Brilliant Rose. HEX triplet: FE, 5B and A9. RGB value is (254,91,169). Sum of RGB (Red+Green+Blue) = 254+91+169=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5BA9 is #01A456. Grayscale: #949494. Windows color (decimal): -107607 or 11099134. OLE color: 11099134.
HSL color Cylindrical-coordinate representation of color #FE5BA9: hue angle of 331.29º 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 #FE5BA9 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 169 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.00 |
| HSL | 331.29º | 0.99% | 0.68% | - |
| HSV(B) | 331.29º | 0.64% | 1% | - |
| XYZ | 51.78 | 31.42 | 40.87 | - |
| YUV | 148.63 | 139.5 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 169 | 0 | 0.64 | 0.33 | 0.00 | 331.29 | 0.99 | 0.68 |
| Hex | FE | 5B | A9 | 0 | 40 | 21 | 0 | 14B | 63 | 44 |
| Octal | 376 | 133 | 251 | 0 | 100 | 41 | 0 | 513 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10101001 | 0 | 1000000 | 100001 | 0 | 101001011 | 1100011 | 1000100 |
Color Harmonies of #FE5BA9
Complementary color
Monochromatic Colors of #FE5BA9
Black with #FE5BA9
Text Example
Text Example
White with #FE5BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BA9; }
p { color: rgb(254,91,169); }
H1.HeaderClassName
{
color: #FE5BA9;
}
.AnyTagClassName
{
color: #FE5BA9;
}
</style>
background-color css
<style>
a { background-color: #FE5BA9; }
a { background-color: rgb(254,91,169); }
div.DivClassName
{
background-color: #FE5BA9;
}
.BgClassName
{
background-color: #FE5BA9;
}
</style>
border-color css
<style>
span { border-color: #FE5BA9; }
span { border-color: rgb(254,91,169); }
td.TdClassName
{
border-color: #FE5BA9;
}
.TagClassName
{
border-color: #FE5BA9;
}
</style>