Shades of Brilliant Rose #FE5C95
Tints of Brilliant Rose #FE5C95
RGB
CMYK
RGB Variations
Color information
#FE5C95 (or 0xFE5C95) is known color: Brilliant Rose. HEX triplet: FE, 5C and 95. RGB value is (254,92,149). Sum of RGB (Red+Green+Blue) = 254+92+149=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5C95 is #01A36A. Grayscale: #929292. Windows color (decimal): -107371 or 9788670. OLE color: 9788670.
HSL color Cylindrical-coordinate representation of color #FE5C95: hue angle of 338.89º 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 #FE5C95 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 149 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.00 |
| HSL | 338.89º | 0.99% | 0.68% | - |
| HSV(B) | 338.89º | 0.64% | 1% | - |
| XYZ | 50.13 | 30.9 | 31.76 | - |
| YUV | 146.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 149 | 0 | 0.64 | 0.41 | 0.00 | 338.89 | 0.99 | 0.68 |
| Hex | FE | 5C | 95 | 0 | 40 | 29 | 0 | 153 | 63 | 44 |
| Octal | 376 | 134 | 225 | 0 | 100 | 51 | 0 | 523 | 143 | 104 |
| Binary | 11111110 | 1011100 | 10010101 | 0 | 1000000 | 101001 | 0 | 101010011 | 1100011 | 1000100 |
Color Harmonies of #FE5C95
Complementary color
Monochromatic Colors of #FE5C95
Black with #FE5C95
Text Example
Text Example
White with #FE5C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C95; }
p { color: rgb(254,92,149); }
H1.HeaderClassName
{
color: #FE5C95;
}
.AnyTagClassName
{
color: #FE5C95;
}
</style>
background-color css
<style>
a { background-color: #FE5C95; }
a { background-color: rgb(254,92,149); }
div.DivClassName
{
background-color: #FE5C95;
}
.BgClassName
{
background-color: #FE5C95;
}
</style>
border-color css
<style>
span { border-color: #FE5C95; }
span { border-color: rgb(254,92,149); }
td.TdClassName
{
border-color: #FE5C95;
}
.TagClassName
{
border-color: #FE5C95;
}
</style>