Shades of Brilliant Rose #FE5E94
Tints of Brilliant Rose #FE5E94
RGB
CMYK
RGB Variations
Color information
#FE5E94 (or 0xFE5E94) is known color: Brilliant Rose. HEX triplet: FE, 5E and 94. RGB value is (254,94,148). Sum of RGB (Red+Green+Blue) = 254+94+148=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5E94 is #01A16B. Grayscale: #939393. Windows color (decimal): -106860 or 9723646. OLE color: 9723646.
HSL color Cylindrical-coordinate representation of color #FE5E94: hue angle of 339.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5E94 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 148 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.00 |
| HSL | 339.75º | 0.99% | 0.68% | - |
| HSV(B) | 339.75º | 0.63% | 1% | - |
| XYZ | 50.22 | 31.21 | 31.4 | - |
| YUV | 148 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 148 | 0 | 0.63 | 0.42 | 0.00 | 339.75 | 0.99 | 0.68 |
| Hex | FE | 5E | 94 | 0 | 3F | 2A | 0 | 154 | 63 | 44 |
| Octal | 376 | 136 | 224 | 0 | 77 | 52 | 0 | 524 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10010100 | 0 | 111111 | 101010 | 0 | 101010100 | 1100011 | 1000100 |
Color Harmonies of #FE5E94
Complementary color
Monochromatic Colors of #FE5E94
Black with #FE5E94
Text Example
Text Example
White with #FE5E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E94; }
p { color: rgb(254,94,148); }
H1.HeaderClassName
{
color: #FE5E94;
}
.AnyTagClassName
{
color: #FE5E94;
}
</style>
background-color css
<style>
a { background-color: #FE5E94; }
a { background-color: rgb(254,94,148); }
div.DivClassName
{
background-color: #FE5E94;
}
.BgClassName
{
background-color: #FE5E94;
}
</style>
border-color css
<style>
span { border-color: #FE5E94; }
span { border-color: rgb(254,94,148); }
td.TdClassName
{
border-color: #FE5E94;
}
.TagClassName
{
border-color: #FE5E94;
}
</style>