Shades of Brilliant Rose #FE5B93
Tints of Brilliant Rose #FE5B93
RGB
CMYK
RGB Variations
Color information
#FE5B93 (or 0xFE5B93) is known color: Brilliant Rose. HEX triplet: FE, 5B and 93. RGB value is (254,91,147). Sum of RGB (Red+Green+Blue) = 254+91+147=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B93 is #01A46C. Grayscale: #929292. Windows color (decimal): -107629 or 9657342. OLE color: 9657342.
HSL color Cylindrical-coordinate representation of color #FE5B93: hue angle of 339.39º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5B93 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 147 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.00 |
| HSL | 339.39º | 0.99% | 0.68% | - |
| HSV(B) | 339.39º | 0.64% | 1% | - |
| XYZ | 49.88 | 30.66 | 30.89 | - |
| YUV | 146.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 147 | 0 | 0.64 | 0.42 | 0.00 | 339.39 | 0.99 | 0.68 |
| Hex | FE | 5B | 93 | 0 | 40 | 2A | 0 | 153 | 63 | 44 |
| Octal | 376 | 133 | 223 | 0 | 100 | 52 | 0 | 523 | 143 | 104 |
| Binary | 11111110 | 1011011 | 10010011 | 0 | 1000000 | 101010 | 0 | 101010011 | 1100011 | 1000100 |
Color Harmonies of #FE5B93
Complementary color
Monochromatic Colors of #FE5B93
Black with #FE5B93
Text Example
Text Example
White with #FE5B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B93; }
p { color: rgb(254,91,147); }
H1.HeaderClassName
{
color: #FE5B93;
}
.AnyTagClassName
{
color: #FE5B93;
}
</style>
background-color css
<style>
a { background-color: #FE5B93; }
a { background-color: rgb(254,91,147); }
div.DivClassName
{
background-color: #FE5B93;
}
.BgClassName
{
background-color: #FE5B93;
}
</style>
border-color css
<style>
span { border-color: #FE5B93; }
span { border-color: rgb(254,91,147); }
td.TdClassName
{
border-color: #FE5B93;
}
.TagClassName
{
border-color: #FE5B93;
}
</style>