Shades of Brilliant Rose #FE47B7
Tints of Brilliant Rose #FE47B7
RGB
CMYK
RGB Variations
Color information
#FE47B7 (or 0xFE47B7) is known color: Brilliant Rose. HEX triplet: FE, 47 and B7. RGB value is (254,71,183). Sum of RGB (Red+Green+Blue) = 254+71+183=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47B7 is #01B848. Grayscale: #8A8A8A. Windows color (decimal): -112713 or 12011518. OLE color: 12011518.
HSL color Cylindrical-coordinate representation of color #FE47B7: hue angle of 323.28º 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 #FE47B7 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 183 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.00 |
| HSL | 323.28º | 0.99% | 0.64% | - |
| HSV(B) | 323.28º | 0.72% | 1% | - |
| XYZ | 51.67 | 29 | 47.67 | - |
| YUV | 138.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 183 | 0 | 0.72 | 0.28 | 0.00 | 323.28 | 0.99 | 0.64 |
| Hex | FE | 47 | B7 | 0 | 48 | 1C | 0 | 143 | 63 | 40 |
| Octal | 376 | 107 | 267 | 0 | 110 | 34 | 0 | 503 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10110111 | 0 | 1001000 | 11100 | 0 | 101000011 | 1100011 | 1000000 |
Color Harmonies of #FE47B7
Complementary color
Monochromatic Colors of #FE47B7
Black with #FE47B7
Text Example
Text Example
White with #FE47B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47B7; }
p { color: rgb(254,71,183); }
H1.HeaderClassName
{
color: #FE47B7;
}
.AnyTagClassName
{
color: #FE47B7;
}
</style>
background-color css
<style>
a { background-color: #FE47B7; }
a { background-color: rgb(254,71,183); }
div.DivClassName
{
background-color: #FE47B7;
}
.BgClassName
{
background-color: #FE47B7;
}
</style>
border-color css
<style>
span { border-color: #FE47B7; }
span { border-color: rgb(254,71,183); }
td.TdClassName
{
border-color: #FE47B7;
}
.TagClassName
{
border-color: #FE47B7;
}
</style>