Shades of Brilliant Rose #FE5DA2
Tints of Brilliant Rose #FE5DA2
RGB
CMYK
RGB Variations
Color information
#FE5DA2 (or 0xFE5DA2) is known color: Brilliant Rose. HEX triplet: FE, 5D and A2. RGB value is (254,93,162). Sum of RGB (Red+Green+Blue) = 254+93+162=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DA2 is #01A25D. Grayscale: #949494. Windows color (decimal): -107102 or 10640894. OLE color: 10640894.
HSL color Cylindrical-coordinate representation of color #FE5DA2: hue angle of 334.29º 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 #FE5DA2 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 162 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.00 |
| HSL | 334.29º | 0.99% | 0.68% | - |
| HSV(B) | 334.29º | 0.63% | 1% | - |
| XYZ | 51.31 | 31.51 | 37.56 | - |
| YUV | 149.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 162 | 0 | 0.63 | 0.36 | 0.00 | 334.29 | 0.99 | 0.68 |
| Hex | FE | 5D | A2 | 0 | 3F | 24 | 0 | 14E | 63 | 44 |
| Octal | 376 | 135 | 242 | 0 | 77 | 44 | 0 | 516 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10100010 | 0 | 111111 | 100100 | 0 | 101001110 | 1100011 | 1000100 |
Color Harmonies of #FE5DA2
Complementary color
Monochromatic Colors of #FE5DA2
Black with #FE5DA2
Text Example
Text Example
White with #FE5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DA2; }
p { color: rgb(254,93,162); }
H1.HeaderClassName
{
color: #FE5DA2;
}
.AnyTagClassName
{
color: #FE5DA2;
}
</style>
background-color css
<style>
a { background-color: #FE5DA2; }
a { background-color: rgb(254,93,162); }
div.DivClassName
{
background-color: #FE5DA2;
}
.BgClassName
{
background-color: #FE5DA2;
}
</style>
border-color css
<style>
span { border-color: #FE5DA2; }
span { border-color: rgb(254,93,162); }
td.TdClassName
{
border-color: #FE5DA2;
}
.TagClassName
{
border-color: #FE5DA2;
}
</style>