Shades of Brilliant Rose #FE5DA0
Tints of Brilliant Rose #FE5DA0
RGB
CMYK
RGB Variations
Color information
#FE5DA0 (or 0xFE5DA0) is known color: Brilliant Rose. HEX triplet: FE, 5D and A0. RGB value is (254,93,160). Sum of RGB (Red+Green+Blue) = 254+93+160=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DA0 is #01A25F. Grayscale: #949494. Windows color (decimal): -107104 or 10509822. OLE color: 10509822.
HSL color Cylindrical-coordinate representation of color #FE5DA0: hue angle of 335.03º 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 #FE5DA0 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 160 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.00 |
| HSL | 335.03º | 0.99% | 0.68% | - |
| HSV(B) | 335.03º | 0.63% | 1% | - |
| XYZ | 51.13 | 31.44 | 36.63 | - |
| YUV | 148.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 160 | 0 | 0.63 | 0.37 | 0.00 | 335.03 | 0.99 | 0.68 |
| Hex | FE | 5D | A0 | 0 | 3F | 25 | 0 | 14F | 63 | 44 |
| Octal | 376 | 135 | 240 | 0 | 77 | 45 | 0 | 517 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10100000 | 0 | 111111 | 100101 | 0 | 101001111 | 1100011 | 1000100 |
Color Harmonies of #FE5DA0
Complementary color
Monochromatic Colors of #FE5DA0
Black with #FE5DA0
Text Example
Text Example
White with #FE5DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DA0; }
p { color: rgb(254,93,160); }
H1.HeaderClassName
{
color: #FE5DA0;
}
.AnyTagClassName
{
color: #FE5DA0;
}
</style>
background-color css
<style>
a { background-color: #FE5DA0; }
a { background-color: rgb(254,93,160); }
div.DivClassName
{
background-color: #FE5DA0;
}
.BgClassName
{
background-color: #FE5DA0;
}
</style>
border-color css
<style>
span { border-color: #FE5DA0; }
span { border-color: rgb(254,93,160); }
td.TdClassName
{
border-color: #FE5DA0;
}
.TagClassName
{
border-color: #FE5DA0;
}
</style>