Shades of Brilliant Rose #FE4BA0
Tints of Brilliant Rose #FE4BA0
RGB
CMYK
RGB Variations
Color information
#FE4BA0 (or 0xFE4BA0) is known color: Brilliant Rose. HEX triplet: FE, 4B and A0. RGB value is (254,75,160). Sum of RGB (Red+Green+Blue) = 254+75+160=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4BA0 is #01B45F. Grayscale: #8A8A8A. Windows color (decimal): -111712 or 10505214. OLE color: 10505214.
HSL color Cylindrical-coordinate representation of color #FE4BA0: hue angle of 331.51º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BA0 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 160 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.00 |
| HSL | 331.51º | 0.99% | 0.65% | - |
| HSV(B) | 331.51º | 0.7% | 1% | - |
| XYZ | 49.73 | 28.64 | 36.16 | - |
| YUV | 138.21 | 140.3 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 160 | 0 | 0.70 | 0.37 | 0.00 | 331.51 | 0.99 | 0.65 |
| Hex | FE | 4B | A0 | 0 | 46 | 25 | 0 | 14C | 63 | 41 |
| Octal | 376 | 113 | 240 | 0 | 106 | 45 | 0 | 514 | 143 | 101 |
| Binary | 11111110 | 1001011 | 10100000 | 0 | 1000110 | 100101 | 0 | 101001100 | 1100011 | 1000001 |
Color Harmonies of #FE4BA0
Complementary color
Monochromatic Colors of #FE4BA0
Black with #FE4BA0
Text Example
Text Example
White with #FE4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BA0; }
p { color: rgb(254,75,160); }
H1.HeaderClassName
{
color: #FE4BA0;
}
.AnyTagClassName
{
color: #FE4BA0;
}
</style>
background-color css
<style>
a { background-color: #FE4BA0; }
a { background-color: rgb(254,75,160); }
div.DivClassName
{
background-color: #FE4BA0;
}
.BgClassName
{
background-color: #FE4BA0;
}
</style>
border-color css
<style>
span { border-color: #FE4BA0; }
span { border-color: rgb(254,75,160); }
td.TdClassName
{
border-color: #FE4BA0;
}
.TagClassName
{
border-color: #FE4BA0;
}
</style>