Shades of Brilliant Rose #FE5993
Tints of Brilliant Rose #FE5993
RGB
CMYK
RGB Variations
Color information
#FE5993 (or 0xFE5993) is known color: Brilliant Rose. HEX triplet: FE, 59 and 93. RGB value is (254,89,147). Sum of RGB (Red+Green+Blue) = 254+89+147=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5993 is #01A66C. Grayscale: #909090. Windows color (decimal): -108141 or 9656830. OLE color: 9656830.
HSL color Cylindrical-coordinate representation of color #FE5993: hue angle of 338.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5993 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 147 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.00 |
| HSL | 338.91º | 0.99% | 0.67% | - |
| HSV(B) | 338.91º | 0.65% | 1% | - |
| XYZ | 49.71 | 30.32 | 30.84 | - |
| YUV | 144.95 | 129.16 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 147 | 0 | 0.65 | 0.42 | 0.00 | 338.91 | 0.99 | 0.67 |
| Hex | FE | 59 | 93 | 0 | 41 | 2A | 0 | 153 | 63 | 43 |
| Octal | 376 | 131 | 223 | 0 | 101 | 52 | 0 | 523 | 143 | 103 |
| Binary | 11111110 | 1011001 | 10010011 | 0 | 1000001 | 101010 | 0 | 101010011 | 1100011 | 1000011 |
Color Harmonies of #FE5993
Complementary color
Monochromatic Colors of #FE5993
Black with #FE5993
Text Example
Text Example
White with #FE5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5993; }
p { color: rgb(254,89,147); }
H1.HeaderClassName
{
color: #FE5993;
}
.AnyTagClassName
{
color: #FE5993;
}
</style>
background-color css
<style>
a { background-color: #FE5993; }
a { background-color: rgb(254,89,147); }
div.DivClassName
{
background-color: #FE5993;
}
.BgClassName
{
background-color: #FE5993;
}
</style>
border-color css
<style>
span { border-color: #FE5993; }
span { border-color: rgb(254,89,147); }
td.TdClassName
{
border-color: #FE5993;
}
.TagClassName
{
border-color: #FE5993;
}
</style>