Shades of Brilliant Rose #FE5BA1
Tints of Brilliant Rose #FE5BA1
RGB
CMYK
RGB Variations
Color information
#FE5BA1 (or 0xFE5BA1) is known color: Brilliant Rose. HEX triplet: FE, 5B and A1. RGB value is (254,91,161). Sum of RGB (Red+Green+Blue) = 254+91+161=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5BA1 is #01A45E. Grayscale: #939393. Windows color (decimal): -107615 or 10574846. OLE color: 10574846.
HSL color Cylindrical-coordinate representation of color #FE5BA1: hue angle of 334.23º 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 #FE5BA1 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 161 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.00 |
| HSL | 334.23º | 0.99% | 0.68% | - |
| HSV(B) | 334.23º | 0.64% | 1% | - |
| XYZ | 51.05 | 31.13 | 37.04 | - |
| YUV | 147.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 161 | 0 | 0.64 | 0.37 | 0.00 | 334.23 | 0.99 | 0.68 |
| Hex | FE | 5B | A1 | 0 | 40 | 25 | 0 | 14E | 63 | 44 |
| Octal | 376 | 133 | 241 | 0 | 100 | 45 | 0 | 516 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10100001 | 0 | 1000000 | 100101 | 0 | 101001110 | 1100011 | 1000100 |
Color Harmonies of #FE5BA1
Complementary color
Monochromatic Colors of #FE5BA1
Black with #FE5BA1
Text Example
Text Example
White with #FE5BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BA1; }
p { color: rgb(254,91,161); }
H1.HeaderClassName
{
color: #FE5BA1;
}
.AnyTagClassName
{
color: #FE5BA1;
}
</style>
background-color css
<style>
a { background-color: #FE5BA1; }
a { background-color: rgb(254,91,161); }
div.DivClassName
{
background-color: #FE5BA1;
}
.BgClassName
{
background-color: #FE5BA1;
}
</style>
border-color css
<style>
span { border-color: #FE5BA1; }
span { border-color: rgb(254,91,161); }
td.TdClassName
{
border-color: #FE5BA1;
}
.TagClassName
{
border-color: #FE5BA1;
}
</style>