Shades of Brilliant Rose #FE4D9F
Tints of Brilliant Rose #FE4D9F
RGB
CMYK
RGB Variations
Color information
#FE4D9F (or 0xFE4D9F) is known color: Brilliant Rose. HEX triplet: FE, 4D and 9F. RGB value is (254,77,159). Sum of RGB (Red+Green+Blue) = 254+77+159=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D9F is #01B260. Grayscale: #8B8B8B. Windows color (decimal): -111201 or 10440190. OLE color: 10440190.
HSL color Cylindrical-coordinate representation of color #FE4D9F: hue angle of 332.2º 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 #FE4D9F is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 159 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.00 |
| HSL | 332.2º | 0.99% | 0.65% | - |
| HSV(B) | 332.2º | 0.7% | 1% | - |
| XYZ | 49.78 | 28.88 | 35.75 | - |
| YUV | 139.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 159 | 0 | 0.70 | 0.37 | 0.00 | 332.2 | 0.99 | 0.65 |
| Hex | FE | 4D | 9F | 0 | 46 | 25 | 0 | 14C | 63 | 41 |
| Octal | 376 | 115 | 237 | 0 | 106 | 45 | 0 | 514 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10011111 | 0 | 1000110 | 100101 | 0 | 101001100 | 1100011 | 1000001 |
Color Harmonies of #FE4D9F
Complementary color
Monochromatic Colors of #FE4D9F
Black with #FE4D9F
Text Example
Text Example
White with #FE4D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D9F; }
p { color: rgb(254,77,159); }
H1.HeaderClassName
{
color: #FE4D9F;
}
.AnyTagClassName
{
color: #FE4D9F;
}
</style>
background-color css
<style>
a { background-color: #FE4D9F; }
a { background-color: rgb(254,77,159); }
div.DivClassName
{
background-color: #FE4D9F;
}
.BgClassName
{
background-color: #FE4D9F;
}
</style>
border-color css
<style>
span { border-color: #FE4D9F; }
span { border-color: rgb(254,77,159); }
td.TdClassName
{
border-color: #FE4D9F;
}
.TagClassName
{
border-color: #FE4D9F;
}
</style>