Shades of Brilliant Rose #FE4BA9
Tints of Brilliant Rose #FE4BA9
RGB
CMYK
RGB Variations
Color information
#FE4BA9 (or 0xFE4BA9) is known color: Brilliant Rose. HEX triplet: FE, 4B and A9. RGB value is (254,75,169). Sum of RGB (Red+Green+Blue) = 254+75+169=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4BA9 is #01B456. Grayscale: #8B8B8B. Windows color (decimal): -111703 or 11095038. OLE color: 11095038.
HSL color Cylindrical-coordinate representation of color #FE4BA9: hue angle of 328.49º 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 #FE4BA9 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 169 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.00 |
| HSL | 328.49º | 0.99% | 0.65% | - |
| HSV(B) | 328.49º | 0.7% | 1% | - |
| XYZ | 50.55 | 28.97 | 40.46 | - |
| YUV | 139.24 | 144.8 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 169 | 0 | 0.70 | 0.33 | 0.00 | 328.49 | 0.99 | 0.65 |
| Hex | FE | 4B | A9 | 0 | 46 | 21 | 0 | 148 | 63 | 41 |
| Octal | 376 | 113 | 251 | 0 | 106 | 41 | 0 | 510 | 143 | 101 |
| Binary | 11111110 | 1001011 | 10101001 | 0 | 1000110 | 100001 | 0 | 101001000 | 1100011 | 1000001 |
Color Harmonies of #FE4BA9
Complementary color
Monochromatic Colors of #FE4BA9
Black with #FE4BA9
Text Example
Text Example
White with #FE4BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BA9; }
p { color: rgb(254,75,169); }
H1.HeaderClassName
{
color: #FE4BA9;
}
.AnyTagClassName
{
color: #FE4BA9;
}
</style>
background-color css
<style>
a { background-color: #FE4BA9; }
a { background-color: rgb(254,75,169); }
div.DivClassName
{
background-color: #FE4BA9;
}
.BgClassName
{
background-color: #FE4BA9;
}
</style>
border-color css
<style>
span { border-color: #FE4BA9; }
span { border-color: rgb(254,75,169); }
td.TdClassName
{
border-color: #FE4BA9;
}
.TagClassName
{
border-color: #FE4BA9;
}
</style>