Shades of Brilliant Rose #FE47A0
Tints of Brilliant Rose #FE47A0
RGB
CMYK
RGB Variations
Color information
#FE47A0 (or 0xFE47A0) is known color: Brilliant Rose. HEX triplet: FE, 47 and A0. RGB value is (254,71,160). Sum of RGB (Red+Green+Blue) = 254+71+160=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE47A0 is #01B85F. Grayscale: #878787. Windows color (decimal): -112736 or 10504190. OLE color: 10504190.
HSL color Cylindrical-coordinate representation of color #FE47A0: hue angle of 330.82º 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 #FE47A0 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 160 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.00 |
| HSL | 330.82º | 0.99% | 0.64% | - |
| HSV(B) | 330.82º | 0.72% | 1% | - |
| XYZ | 49.47 | 28.12 | 36.08 | - |
| YUV | 135.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 160 | 0 | 0.72 | 0.37 | 0.00 | 330.82 | 0.99 | 0.64 |
| Hex | FE | 47 | A0 | 0 | 48 | 25 | 0 | 14B | 63 | 40 |
| Octal | 376 | 107 | 240 | 0 | 110 | 45 | 0 | 513 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10100000 | 0 | 1001000 | 100101 | 0 | 101001011 | 1100011 | 1000000 |
Color Harmonies of #FE47A0
Complementary color
Monochromatic Colors of #FE47A0
Black with #FE47A0
Text Example
Text Example
White with #FE47A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47A0; }
p { color: rgb(254,71,160); }
H1.HeaderClassName
{
color: #FE47A0;
}
.AnyTagClassName
{
color: #FE47A0;
}
</style>
background-color css
<style>
a { background-color: #FE47A0; }
a { background-color: rgb(254,71,160); }
div.DivClassName
{
background-color: #FE47A0;
}
.BgClassName
{
background-color: #FE47A0;
}
</style>
border-color css
<style>
span { border-color: #FE47A0; }
span { border-color: rgb(254,71,160); }
td.TdClassName
{
border-color: #FE47A0;
}
.TagClassName
{
border-color: #FE47A0;
}
</style>