Shades of Brilliant Rose #FE5BA5
Tints of Brilliant Rose #FE5BA5
RGB
CMYK
RGB Variations
Color information
#FE5BA5 (or 0xFE5BA5) is known color: Brilliant Rose. HEX triplet: FE, 5B and A5. RGB value is (254,91,165). Sum of RGB (Red+Green+Blue) = 254+91+165=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5BA5 is #01A45A. Grayscale: #949494. Windows color (decimal): -107611 or 10836990. OLE color: 10836990.
HSL color Cylindrical-coordinate representation of color #FE5BA5: hue angle of 332.76º 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 #FE5BA5 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 165 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.00 |
| HSL | 332.76º | 0.99% | 0.68% | - |
| HSV(B) | 332.76º | 0.64% | 1% | - |
| XYZ | 51.41 | 31.27 | 38.92 | - |
| YUV | 148.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 165 | 0 | 0.64 | 0.35 | 0.00 | 332.76 | 0.99 | 0.68 |
| Hex | FE | 5B | A5 | 0 | 40 | 23 | 0 | 14D | 63 | 44 |
| Octal | 376 | 133 | 245 | 0 | 100 | 43 | 0 | 515 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10100101 | 0 | 1000000 | 100011 | 0 | 101001101 | 1100011 | 1000100 |
Color Harmonies of #FE5BA5
Complementary color
Monochromatic Colors of #FE5BA5
Black with #FE5BA5
Text Example
Text Example
White with #FE5BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BA5; }
p { color: rgb(254,91,165); }
H1.HeaderClassName
{
color: #FE5BA5;
}
.AnyTagClassName
{
color: #FE5BA5;
}
</style>
background-color css
<style>
a { background-color: #FE5BA5; }
a { background-color: rgb(254,91,165); }
div.DivClassName
{
background-color: #FE5BA5;
}
.BgClassName
{
background-color: #FE5BA5;
}
</style>
border-color css
<style>
span { border-color: #FE5BA5; }
span { border-color: rgb(254,91,165); }
td.TdClassName
{
border-color: #FE5BA5;
}
.TagClassName
{
border-color: #FE5BA5;
}
</style>