Shades of Brilliant Rose #FE47A1
Tints of Brilliant Rose #FE47A1
RGB
CMYK
RGB Variations
Color information
#FE47A1 (or 0xFE47A1) is known color: Brilliant Rose. HEX triplet: FE, 47 and A1. RGB value is (254,71,161). Sum of RGB (Red+Green+Blue) = 254+71+161=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE47A1 is #01B85E. Grayscale: #878787. Windows color (decimal): -112735 or 10569726. OLE color: 10569726.
HSL color Cylindrical-coordinate representation of color #FE47A1: hue angle of 330.49º 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 #FE47A1 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 161 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.00 |
| HSL | 330.49º | 0.99% | 0.64% | - |
| HSV(B) | 330.49º | 0.72% | 1% | - |
| XYZ | 49.56 | 28.15 | 36.54 | - |
| YUV | 135.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 161 | 0 | 0.72 | 0.37 | 0.00 | 330.49 | 0.99 | 0.64 |
| Hex | FE | 47 | A1 | 0 | 48 | 25 | 0 | 14A | 63 | 40 |
| Octal | 376 | 107 | 241 | 0 | 110 | 45 | 0 | 512 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10100001 | 0 | 1001000 | 100101 | 0 | 101001010 | 1100011 | 1000000 |
Color Harmonies of #FE47A1
Complementary color
Monochromatic Colors of #FE47A1
Black with #FE47A1
Text Example
Text Example
White with #FE47A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47A1; }
p { color: rgb(254,71,161); }
H1.HeaderClassName
{
color: #FE47A1;
}
.AnyTagClassName
{
color: #FE47A1;
}
</style>
background-color css
<style>
a { background-color: #FE47A1; }
a { background-color: rgb(254,71,161); }
div.DivClassName
{
background-color: #FE47A1;
}
.BgClassName
{
background-color: #FE47A1;
}
</style>
border-color css
<style>
span { border-color: #FE47A1; }
span { border-color: rgb(254,71,161); }
td.TdClassName
{
border-color: #FE47A1;
}
.TagClassName
{
border-color: #FE47A1;
}
</style>