Shades of Brilliant Rose #FE5BAC
Tints of Brilliant Rose #FE5BAC
RGB
CMYK
RGB Variations
Color information
#FE5BAC (or 0xFE5BAC) is known color: Brilliant Rose. HEX triplet: FE, 5B and AC. RGB value is (254,91,172). Sum of RGB (Red+Green+Blue) = 254+91+172=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5BAC is #01A453. Grayscale: #949494. Windows color (decimal): -107604 or 11295742. OLE color: 11295742.
HSL color Cylindrical-coordinate representation of color #FE5BAC: hue angle of 330.18º 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 #FE5BAC is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 172 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.00 |
| HSL | 330.18º | 0.99% | 0.68% | - |
| HSV(B) | 330.18º | 0.64% | 1% | - |
| XYZ | 52.06 | 31.53 | 42.37 | - |
| YUV | 148.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 172 | 0 | 0.64 | 0.32 | 0.00 | 330.18 | 0.99 | 0.68 |
| Hex | FE | 5B | AC | 0 | 40 | 20 | 0 | 14A | 63 | 44 |
| Octal | 376 | 133 | 254 | 0 | 100 | 40 | 0 | 512 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10101100 | 0 | 1000000 | 100000 | 0 | 101001010 | 1100011 | 1000100 |
Color Harmonies of #FE5BAC
Complementary color
Monochromatic Colors of #FE5BAC
Black with #FE5BAC
Text Example
Text Example
White with #FE5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BAC; }
p { color: rgb(254,91,172); }
H1.HeaderClassName
{
color: #FE5BAC;
}
.AnyTagClassName
{
color: #FE5BAC;
}
</style>
background-color css
<style>
a { background-color: #FE5BAC; }
a { background-color: rgb(254,91,172); }
div.DivClassName
{
background-color: #FE5BAC;
}
.BgClassName
{
background-color: #FE5BAC;
}
</style>
border-color css
<style>
span { border-color: #FE5BAC; }
span { border-color: rgb(254,91,172); }
td.TdClassName
{
border-color: #FE5BAC;
}
.TagClassName
{
border-color: #FE5BAC;
}
</style>