Shades of Brilliant Rose #FE4D9B
Tints of Brilliant Rose #FE4D9B
RGB
CMYK
RGB Variations
Color information
#FE4D9B (or 0xFE4D9B) is known color: Brilliant Rose. HEX triplet: FE, 4D and 9B. RGB value is (254,77,155). Sum of RGB (Red+Green+Blue) = 254+77+155=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D9B is #01B264. Grayscale: #8A8A8A. Windows color (decimal): -111205 or 10178046. OLE color: 10178046.
HSL color Cylindrical-coordinate representation of color #FE4D9B: hue angle of 333.56º 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 #FE4D9B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 155 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.00 |
| HSL | 333.56º | 0.99% | 0.65% | - |
| HSV(B) | 333.56º | 0.7% | 1% | - |
| XYZ | 49.44 | 28.75 | 33.95 | - |
| YUV | 138.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 155 | 0 | 0.70 | 0.39 | 0.00 | 333.56 | 0.99 | 0.65 |
| Hex | FE | 4D | 9B | 0 | 46 | 27 | 0 | 14E | 63 | 41 |
| Octal | 376 | 115 | 233 | 0 | 106 | 47 | 0 | 516 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10011011 | 0 | 1000110 | 100111 | 0 | 101001110 | 1100011 | 1000001 |
Color Harmonies of #FE4D9B
Complementary color
Monochromatic Colors of #FE4D9B
Black with #FE4D9B
Text Example
Text Example
White with #FE4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D9B; }
p { color: rgb(254,77,155); }
H1.HeaderClassName
{
color: #FE4D9B;
}
.AnyTagClassName
{
color: #FE4D9B;
}
</style>
background-color css
<style>
a { background-color: #FE4D9B; }
a { background-color: rgb(254,77,155); }
div.DivClassName
{
background-color: #FE4D9B;
}
.BgClassName
{
background-color: #FE4D9B;
}
</style>
border-color css
<style>
span { border-color: #FE4D9B; }
span { border-color: rgb(254,77,155); }
td.TdClassName
{
border-color: #FE4D9B;
}
.TagClassName
{
border-color: #FE4D9B;
}
</style>