Shades of Brilliant Rose #FE5D92
Tints of Brilliant Rose #FE5D92
RGB
CMYK
RGB Variations
Color information
#FE5D92 (or 0xFE5D92) is known color: Brilliant Rose. HEX triplet: FE, 5D and 92. RGB value is (254,93,146). Sum of RGB (Red+Green+Blue) = 254+93+146=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D92 is #01A26D. Grayscale: #939393. Windows color (decimal): -107118 or 9592318. OLE color: 9592318.
HSL color Cylindrical-coordinate representation of color #FE5D92: hue angle of 340.25º 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 #FE5D92 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 146 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.00 |
| HSL | 340.25º | 0.99% | 0.68% | - |
| HSV(B) | 340.25º | 0.63% | 1% | - |
| XYZ | 49.98 | 30.97 | 30.54 | - |
| YUV | 147.18 | 127.34 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 146 | 0 | 0.63 | 0.43 | 0.00 | 340.25 | 0.99 | 0.68 |
| Hex | FE | 5D | 92 | 0 | 3F | 2B | 0 | 154 | 63 | 44 |
| Octal | 376 | 135 | 222 | 0 | 77 | 53 | 0 | 524 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10010010 | 0 | 111111 | 101011 | 0 | 101010100 | 1100011 | 1000100 |
Color Harmonies of #FE5D92
Complementary color
Monochromatic Colors of #FE5D92
Black with #FE5D92
Text Example
Text Example
White with #FE5D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D92; }
p { color: rgb(254,93,146); }
H1.HeaderClassName
{
color: #FE5D92;
}
.AnyTagClassName
{
color: #FE5D92;
}
</style>
background-color css
<style>
a { background-color: #FE5D92; }
a { background-color: rgb(254,93,146); }
div.DivClassName
{
background-color: #FE5D92;
}
.BgClassName
{
background-color: #FE5D92;
}
</style>
border-color css
<style>
span { border-color: #FE5D92; }
span { border-color: rgb(254,93,146); }
td.TdClassName
{
border-color: #FE5D92;
}
.TagClassName
{
border-color: #FE5D92;
}
</style>