Shades of Brilliant Rose #FE5DA5
Tints of Brilliant Rose #FE5DA5
RGB
CMYK
RGB Variations
Color information
#FE5DA5 (or 0xFE5DA5) is known color: Brilliant Rose. HEX triplet: FE, 5D and A5. RGB value is (254,93,165). Sum of RGB (Red+Green+Blue) = 254+93+165=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DA5 is #01A25A. Grayscale: #959595. Windows color (decimal): -107099 or 10837502. OLE color: 10837502.
HSL color Cylindrical-coordinate representation of color #FE5DA5: hue angle of 333.17º 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 #FE5DA5 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 165 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.00 |
| HSL | 333.17º | 0.99% | 0.68% | - |
| HSV(B) | 333.17º | 0.63% | 1% | - |
| XYZ | 51.58 | 31.62 | 38.98 | - |
| YUV | 149.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 165 | 0 | 0.63 | 0.35 | 0.00 | 333.17 | 0.99 | 0.68 |
| Hex | FE | 5D | A5 | 0 | 3F | 23 | 0 | 14D | 63 | 44 |
| Octal | 376 | 135 | 245 | 0 | 77 | 43 | 0 | 515 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10100101 | 0 | 111111 | 100011 | 0 | 101001101 | 1100011 | 1000100 |
Color Harmonies of #FE5DA5
Complementary color
Monochromatic Colors of #FE5DA5
Black with #FE5DA5
Text Example
Text Example
White with #FE5DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DA5; }
p { color: rgb(254,93,165); }
H1.HeaderClassName
{
color: #FE5DA5;
}
.AnyTagClassName
{
color: #FE5DA5;
}
</style>
background-color css
<style>
a { background-color: #FE5DA5; }
a { background-color: rgb(254,93,165); }
div.DivClassName
{
background-color: #FE5DA5;
}
.BgClassName
{
background-color: #FE5DA5;
}
</style>
border-color css
<style>
span { border-color: #FE5DA5; }
span { border-color: rgb(254,93,165); }
td.TdClassName
{
border-color: #FE5DA5;
}
.TagClassName
{
border-color: #FE5DA5;
}
</style>