Shades of Brilliant Rose #FE47AD
Tints of Brilliant Rose #FE47AD
RGB
CMYK
RGB Variations
Color information
#FE47AD (or 0xFE47AD) is known color: Brilliant Rose. HEX triplet: FE, 47 and AD. RGB value is (254,71,173). Sum of RGB (Red+Green+Blue) = 254+71+173=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE47AD is #01B852. Grayscale: #898989. Windows color (decimal): -112723 or 11356158. OLE color: 11356158.
HSL color Cylindrical-coordinate representation of color #FE47AD: hue angle of 326.56º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE47AD is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 173 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.00 |
| HSL | 326.56º | 0.99% | 0.64% | - |
| HSV(B) | 326.56º | 0.72% | 1% | - |
| XYZ | 50.67 | 28.59 | 42.38 | - |
| YUV | 137.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 173 | 0 | 0.72 | 0.32 | 0.00 | 326.56 | 0.99 | 0.64 |
| Hex | FE | 47 | AD | 0 | 48 | 20 | 0 | 147 | 63 | 40 |
| Octal | 376 | 107 | 255 | 0 | 110 | 40 | 0 | 507 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10101101 | 0 | 1001000 | 100000 | 0 | 101000111 | 1100011 | 1000000 |
Color Harmonies of #FE47AD
Complementary color
Monochromatic Colors of #FE47AD
Black with #FE47AD
Text Example
Text Example
White with #FE47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47AD; }
p { color: rgb(254,71,173); }
H1.HeaderClassName
{
color: #FE47AD;
}
.AnyTagClassName
{
color: #FE47AD;
}
</style>
background-color css
<style>
a { background-color: #FE47AD; }
a { background-color: rgb(254,71,173); }
div.DivClassName
{
background-color: #FE47AD;
}
.BgClassName
{
background-color: #FE47AD;
}
</style>
border-color css
<style>
span { border-color: #FE47AD; }
span { border-color: rgb(254,71,173); }
td.TdClassName
{
border-color: #FE47AD;
}
.TagClassName
{
border-color: #FE47AD;
}
</style>