Shades of Brilliant Rose #FE5D93
Tints of Brilliant Rose #FE5D93
RGB
CMYK
RGB Variations
Color information
#FE5D93 (or 0xFE5D93) is known color: Brilliant Rose. HEX triplet: FE, 5D and 93. RGB value is (254,93,147). Sum of RGB (Red+Green+Blue) = 254+93+147=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D93 is #01A26C. Grayscale: #939393. Windows color (decimal): -107117 or 9657854. OLE color: 9657854.
HSL color Cylindrical-coordinate representation of color #FE5D93: hue angle of 339.88º 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 #FE5D93 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 147 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.00 |
| HSL | 339.88º | 0.99% | 0.68% | - |
| HSV(B) | 339.88º | 0.63% | 1% | - |
| XYZ | 50.05 | 31.01 | 30.95 | - |
| YUV | 147.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 147 | 0 | 0.63 | 0.42 | 0.00 | 339.88 | 0.99 | 0.68 |
| Hex | FE | 5D | 93 | 0 | 3F | 2A | 0 | 154 | 63 | 44 |
| Octal | 376 | 135 | 223 | 0 | 77 | 52 | 0 | 524 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10010011 | 0 | 111111 | 101010 | 0 | 101010100 | 1100011 | 1000100 |
Color Harmonies of #FE5D93
Complementary color
Monochromatic Colors of #FE5D93
Black with #FE5D93
Text Example
Text Example
White with #FE5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D93; }
p { color: rgb(254,93,147); }
H1.HeaderClassName
{
color: #FE5D93;
}
.AnyTagClassName
{
color: #FE5D93;
}
</style>
background-color css
<style>
a { background-color: #FE5D93; }
a { background-color: rgb(254,93,147); }
div.DivClassName
{
background-color: #FE5D93;
}
.BgClassName
{
background-color: #FE5D93;
}
</style>
border-color css
<style>
span { border-color: #FE5D93; }
span { border-color: rgb(254,93,147); }
td.TdClassName
{
border-color: #FE5D93;
}
.TagClassName
{
border-color: #FE5D93;
}
</style>