Shades of Brilliant Rose #FE47B5
Tints of Brilliant Rose #FE47B5
RGB
CMYK
RGB Variations
Color information
#FE47B5 (or 0xFE47B5) is known color: Brilliant Rose. HEX triplet: FE, 47 and B5. RGB value is (254,71,181). Sum of RGB (Red+Green+Blue) = 254+71+181=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47B5 is #01B84A. Grayscale: #8A8A8A. Windows color (decimal): -112715 or 11880446. OLE color: 11880446.
HSL color Cylindrical-coordinate representation of color #FE47B5: hue angle of 323.93º 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 #FE47B5 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 181 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.00 |
| HSL | 323.93º | 0.99% | 0.64% | - |
| HSV(B) | 323.93º | 0.72% | 1% | - |
| XYZ | 51.47 | 28.91 | 46.58 | - |
| YUV | 138.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 181 | 0 | 0.72 | 0.29 | 0.00 | 323.93 | 0.99 | 0.64 |
| Hex | FE | 47 | B5 | 0 | 48 | 1D | 0 | 144 | 63 | 40 |
| Octal | 376 | 107 | 265 | 0 | 110 | 35 | 0 | 504 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10110101 | 0 | 1001000 | 11101 | 0 | 101000100 | 1100011 | 1000000 |
Color Harmonies of #FE47B5
Complementary color
Monochromatic Colors of #FE47B5
Black with #FE47B5
Text Example
Text Example
White with #FE47B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47B5; }
p { color: rgb(254,71,181); }
H1.HeaderClassName
{
color: #FE47B5;
}
.AnyTagClassName
{
color: #FE47B5;
}
</style>
background-color css
<style>
a { background-color: #FE47B5; }
a { background-color: rgb(254,71,181); }
div.DivClassName
{
background-color: #FE47B5;
}
.BgClassName
{
background-color: #FE47B5;
}
</style>
border-color css
<style>
span { border-color: #FE47B5; }
span { border-color: rgb(254,71,181); }
td.TdClassName
{
border-color: #FE47B5;
}
.TagClassName
{
border-color: #FE47B5;
}
</style>