Shades of Brilliant Rose #FE4DAD
Tints of Brilliant Rose #FE4DAD
RGB
CMYK
RGB Variations
Color information
#FE4DAD (or 0xFE4DAD) is known color: Brilliant Rose. HEX triplet: FE, 4D and AD. RGB value is (254,77,173). Sum of RGB (Red+Green+Blue) = 254+77+173=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4DAD is #01B252. Grayscale: #8C8C8C. Windows color (decimal): -111187 or 11357694. OLE color: 11357694.
HSL color Cylindrical-coordinate representation of color #FE4DAD: hue angle of 327.46º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DAD is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 173 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.00 |
| HSL | 327.46º | 0.99% | 0.65% | - |
| HSV(B) | 327.46º | 0.7% | 1% | - |
| XYZ | 51.07 | 29.4 | 42.52 | - |
| YUV | 140.87 | 146.14 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 173 | 0 | 0.70 | 0.32 | 0.00 | 327.46 | 0.99 | 0.65 |
| Hex | FE | 4D | AD | 0 | 46 | 20 | 0 | 147 | 63 | 41 |
| Octal | 376 | 115 | 255 | 0 | 106 | 40 | 0 | 507 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10101101 | 0 | 1000110 | 100000 | 0 | 101000111 | 1100011 | 1000001 |
Color Harmonies of #FE4DAD
Complementary color
Monochromatic Colors of #FE4DAD
Black with #FE4DAD
Text Example
Text Example
White with #FE4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DAD; }
p { color: rgb(254,77,173); }
H1.HeaderClassName
{
color: #FE4DAD;
}
.AnyTagClassName
{
color: #FE4DAD;
}
</style>
background-color css
<style>
a { background-color: #FE4DAD; }
a { background-color: rgb(254,77,173); }
div.DivClassName
{
background-color: #FE4DAD;
}
.BgClassName
{
background-color: #FE4DAD;
}
</style>
border-color css
<style>
span { border-color: #FE4DAD; }
span { border-color: rgb(254,77,173); }
td.TdClassName
{
border-color: #FE4DAD;
}
.TagClassName
{
border-color: #FE4DAD;
}
</style>