Shades of Brilliant Rose #FE5DAD
Tints of Brilliant Rose #FE5DAD
RGB
CMYK
RGB Variations
Color information
#FE5DAD (or 0xFE5DAD) is known color: Brilliant Rose. HEX triplet: FE, 5D and AD. RGB value is (254,93,173). Sum of RGB (Red+Green+Blue) = 254+93+173=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DAD is #01A252. Grayscale: #969696. Windows color (decimal): -107091 or 11361790. OLE color: 11361790.
HSL color Cylindrical-coordinate representation of color #FE5DAD: hue angle of 330.19º 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 #FE5DAD is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 173 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.00 |
| HSL | 330.19º | 0.99% | 0.68% | - |
| HSV(B) | 330.19º | 0.63% | 1% | - |
| XYZ | 52.33 | 31.92 | 42.94 | - |
| YUV | 150.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 173 | 0 | 0.63 | 0.32 | 0.00 | 330.19 | 0.99 | 0.68 |
| Hex | FE | 5D | AD | 0 | 3F | 20 | 0 | 14A | 63 | 44 |
| Octal | 376 | 135 | 255 | 0 | 77 | 40 | 0 | 512 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10101101 | 0 | 111111 | 100000 | 0 | 101001010 | 1100011 | 1000100 |
Color Harmonies of #FE5DAD
Complementary color
Monochromatic Colors of #FE5DAD
Black with #FE5DAD
Text Example
Text Example
White with #FE5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DAD; }
p { color: rgb(254,93,173); }
H1.HeaderClassName
{
color: #FE5DAD;
}
.AnyTagClassName
{
color: #FE5DAD;
}
</style>
background-color css
<style>
a { background-color: #FE5DAD; }
a { background-color: rgb(254,93,173); }
div.DivClassName
{
background-color: #FE5DAD;
}
.BgClassName
{
background-color: #FE5DAD;
}
</style>
border-color css
<style>
span { border-color: #FE5DAD; }
span { border-color: rgb(254,93,173); }
td.TdClassName
{
border-color: #FE5DAD;
}
.TagClassName
{
border-color: #FE5DAD;
}
</style>