Shades of Brilliant Rose #FE4DBD
Tints of Brilliant Rose #FE4DBD
RGB
CMYK
RGB Variations
Color information
#FE4DBD (or 0xFE4DBD) is known color: Brilliant Rose. HEX triplet: FE, 4D and BD. RGB value is (254,77,189). Sum of RGB (Red+Green+Blue) = 254+77+189=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DBD is #01B242. Grayscale: #8E8E8E. Windows color (decimal): -111171 or 12406270. OLE color: 12406270.
HSL color Cylindrical-coordinate representation of color #FE4DBD: hue angle of 322.03º 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 #FE4DBD is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 189 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.00 |
| HSL | 322.03º | 0.99% | 0.65% | - |
| HSV(B) | 322.03º | 0.7% | 1% | - |
| XYZ | 52.71 | 30.05 | 51.17 | - |
| YUV | 142.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 189 | 0 | 0.70 | 0.26 | 0.00 | 322.03 | 0.99 | 0.65 |
| Hex | FE | 4D | BD | 0 | 46 | 1A | 0 | 142 | 63 | 41 |
| Octal | 376 | 115 | 275 | 0 | 106 | 32 | 0 | 502 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10111101 | 0 | 1000110 | 11010 | 0 | 101000010 | 1100011 | 1000001 |
Color Harmonies of #FE4DBD
Complementary color
Monochromatic Colors of #FE4DBD
Black with #FE4DBD
Text Example
Text Example
White with #FE4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DBD; }
p { color: rgb(254,77,189); }
H1.HeaderClassName
{
color: #FE4DBD;
}
.AnyTagClassName
{
color: #FE4DBD;
}
</style>
background-color css
<style>
a { background-color: #FE4DBD; }
a { background-color: rgb(254,77,189); }
div.DivClassName
{
background-color: #FE4DBD;
}
.BgClassName
{
background-color: #FE4DBD;
}
</style>
border-color css
<style>
span { border-color: #FE4DBD; }
span { border-color: rgb(254,77,189); }
td.TdClassName
{
border-color: #FE4DBD;
}
.TagClassName
{
border-color: #FE4DBD;
}
</style>