Shades of Brilliant Rose #FE4DBC
Tints of Brilliant Rose #FE4DBC
RGB
CMYK
RGB Variations
Color information
#FE4DBC (or 0xFE4DBC) is known color: Brilliant Rose. HEX triplet: FE, 4D and BC. RGB value is (254,77,188). Sum of RGB (Red+Green+Blue) = 254+77+188=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DBC is #01B243. Grayscale: #8E8E8E. Windows color (decimal): -111172 or 12340734. OLE color: 12340734.
HSL color Cylindrical-coordinate representation of color #FE4DBC: hue angle of 322.37º 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 #FE4DBC is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 188 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.00 |
| HSL | 322.37º | 0.99% | 0.65% | - |
| HSV(B) | 322.37º | 0.7% | 1% | - |
| XYZ | 52.6 | 30.01 | 50.6 | - |
| YUV | 142.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 188 | 0 | 0.70 | 0.26 | 0.00 | 322.37 | 0.99 | 0.65 |
| Hex | FE | 4D | BC | 0 | 46 | 1A | 0 | 142 | 63 | 41 |
| Octal | 376 | 115 | 274 | 0 | 106 | 32 | 0 | 502 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10111100 | 0 | 1000110 | 11010 | 0 | 101000010 | 1100011 | 1000001 |
Color Harmonies of #FE4DBC
Complementary color
Monochromatic Colors of #FE4DBC
Black with #FE4DBC
Text Example
Text Example
White with #FE4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DBC; }
p { color: rgb(254,77,188); }
H1.HeaderClassName
{
color: #FE4DBC;
}
.AnyTagClassName
{
color: #FE4DBC;
}
</style>
background-color css
<style>
a { background-color: #FE4DBC; }
a { background-color: rgb(254,77,188); }
div.DivClassName
{
background-color: #FE4DBC;
}
.BgClassName
{
background-color: #FE4DBC;
}
</style>
border-color css
<style>
span { border-color: #FE4DBC; }
span { border-color: rgb(254,77,188); }
td.TdClassName
{
border-color: #FE4DBC;
}
.TagClassName
{
border-color: #FE4DBC;
}
</style>