Shades of Brilliant Rose #FE5DA8
Tints of Brilliant Rose #FE5DA8
RGB
CMYK
RGB Variations
Color information
#FE5DA8 (or 0xFE5DA8) is known color: Brilliant Rose. HEX triplet: FE, 5D and A8. RGB value is (254,93,168). Sum of RGB (Red+Green+Blue) = 254+93+168=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DA8 is #01A257. Grayscale: #959595. Windows color (decimal): -107096 or 11034110. OLE color: 11034110.
HSL color Cylindrical-coordinate representation of color #FE5DA8: hue angle of 332.05º 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 #FE5DA8 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 168 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.00 |
| HSL | 332.05º | 0.99% | 0.68% | - |
| HSV(B) | 332.05º | 0.63% | 1% | - |
| XYZ | 51.86 | 31.73 | 40.44 | - |
| YUV | 149.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 168 | 0 | 0.63 | 0.34 | 0.00 | 332.05 | 0.99 | 0.68 |
| Hex | FE | 5D | A8 | 0 | 3F | 22 | 0 | 14C | 63 | 44 |
| Octal | 376 | 135 | 250 | 0 | 77 | 42 | 0 | 514 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10101000 | 0 | 111111 | 100010 | 0 | 101001100 | 1100011 | 1000100 |
Color Harmonies of #FE5DA8
Complementary color
Monochromatic Colors of #FE5DA8
Black with #FE5DA8
Text Example
Text Example
White with #FE5DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DA8; }
p { color: rgb(254,93,168); }
H1.HeaderClassName
{
color: #FE5DA8;
}
.AnyTagClassName
{
color: #FE5DA8;
}
</style>
background-color css
<style>
a { background-color: #FE5DA8; }
a { background-color: rgb(254,93,168); }
div.DivClassName
{
background-color: #FE5DA8;
}
.BgClassName
{
background-color: #FE5DA8;
}
</style>
border-color css
<style>
span { border-color: #FE5DA8; }
span { border-color: rgb(254,93,168); }
td.TdClassName
{
border-color: #FE5DA8;
}
.TagClassName
{
border-color: #FE5DA8;
}
</style>