Shades of Brilliant Rose #FE4DB8
Tints of Brilliant Rose #FE4DB8
RGB
CMYK
RGB Variations
Color information
#FE4DB8 (or 0xFE4DB8) is known color: Brilliant Rose. HEX triplet: FE, 4D and B8. RGB value is (254,77,184). Sum of RGB (Red+Green+Blue) = 254+77+184=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DB8 is #01B247. Grayscale: #8D8D8D. Windows color (decimal): -111176 or 12078590. OLE color: 12078590.
HSL color Cylindrical-coordinate representation of color #FE4DB8: hue angle of 323.73º 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 #FE4DB8 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 184 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.00 |
| HSL | 323.73º | 0.99% | 0.65% | - |
| HSV(B) | 323.73º | 0.7% | 1% | - |
| XYZ | 52.18 | 29.84 | 48.36 | - |
| YUV | 142.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 184 | 0 | 0.70 | 0.28 | 0.00 | 323.73 | 0.99 | 0.65 |
| Hex | FE | 4D | B8 | 0 | 46 | 1C | 0 | 144 | 63 | 41 |
| Octal | 376 | 115 | 270 | 0 | 106 | 34 | 0 | 504 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10111000 | 0 | 1000110 | 11100 | 0 | 101000100 | 1100011 | 1000001 |
Color Harmonies of #FE4DB8
Complementary color
Monochromatic Colors of #FE4DB8
Black with #FE4DB8
Text Example
Text Example
White with #FE4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DB8; }
p { color: rgb(254,77,184); }
H1.HeaderClassName
{
color: #FE4DB8;
}
.AnyTagClassName
{
color: #FE4DB8;
}
</style>
background-color css
<style>
a { background-color: #FE4DB8; }
a { background-color: rgb(254,77,184); }
div.DivClassName
{
background-color: #FE4DB8;
}
.BgClassName
{
background-color: #FE4DB8;
}
</style>
border-color css
<style>
span { border-color: #FE4DB8; }
span { border-color: rgb(254,77,184); }
td.TdClassName
{
border-color: #FE4DB8;
}
.TagClassName
{
border-color: #FE4DB8;
}
</style>