Shades of Brilliant Rose #FE4BA1
Tints of Brilliant Rose #FE4BA1
RGB
CMYK
RGB Variations
Color information
#FE4BA1 (or 0xFE4BA1) is known color: Brilliant Rose. HEX triplet: FE, 4B and A1. RGB value is (254,75,161). Sum of RGB (Red+Green+Blue) = 254+75+161=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4BA1 is #01B45E. Grayscale: #8A8A8A. Windows color (decimal): -111711 or 10570750. OLE color: 10570750.
HSL color Cylindrical-coordinate representation of color #FE4BA1: hue angle of 331.17º 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 #FE4BA1 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 161 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.00 |
| HSL | 331.17º | 0.99% | 0.65% | - |
| HSV(B) | 331.17º | 0.7% | 1% | - |
| XYZ | 49.82 | 28.68 | 36.63 | - |
| YUV | 138.33 | 140.8 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 161 | 0 | 0.70 | 0.37 | 0.00 | 331.17 | 0.99 | 0.65 |
| Hex | FE | 4B | A1 | 0 | 46 | 25 | 0 | 14B | 63 | 41 |
| Octal | 376 | 113 | 241 | 0 | 106 | 45 | 0 | 513 | 143 | 101 |
| Binary | 11111110 | 1001011 | 10100001 | 0 | 1000110 | 100101 | 0 | 101001011 | 1100011 | 1000001 |
Color Harmonies of #FE4BA1
Complementary color
Monochromatic Colors of #FE4BA1
Black with #FE4BA1
Text Example
Text Example
White with #FE4BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BA1; }
p { color: rgb(254,75,161); }
H1.HeaderClassName
{
color: #FE4BA1;
}
.AnyTagClassName
{
color: #FE4BA1;
}
</style>
background-color css
<style>
a { background-color: #FE4BA1; }
a { background-color: rgb(254,75,161); }
div.DivClassName
{
background-color: #FE4BA1;
}
.BgClassName
{
background-color: #FE4BA1;
}
</style>
border-color css
<style>
span { border-color: #FE4BA1; }
span { border-color: rgb(254,75,161); }
td.TdClassName
{
border-color: #FE4BA1;
}
.TagClassName
{
border-color: #FE4BA1;
}
</style>