Shades of Brilliant Rose #FE47B3
Tints of Brilliant Rose #FE47B3
RGB
CMYK
RGB Variations
Color information
#FE47B3 (or 0xFE47B3) is known color: Brilliant Rose. HEX triplet: FE, 47 and B3. RGB value is (254,71,179). Sum of RGB (Red+Green+Blue) = 254+71+179=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47B3 is #01B84C. Grayscale: #898989. Windows color (decimal): -112717 or 11749374. OLE color: 11749374.
HSL color Cylindrical-coordinate representation of color #FE47B3: hue angle of 324.59º 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 #FE47B3 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 179 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.00 |
| HSL | 324.59º | 0.99% | 0.64% | - |
| HSV(B) | 324.59º | 0.72% | 1% | - |
| XYZ | 51.26 | 28.83 | 45.51 | - |
| YUV | 138.03 | 151.13 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 179 | 0 | 0.72 | 0.30 | 0.00 | 324.59 | 0.99 | 0.64 |
| Hex | FE | 47 | B3 | 0 | 48 | 1E | 0 | 145 | 63 | 40 |
| Octal | 376 | 107 | 263 | 0 | 110 | 36 | 0 | 505 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10110011 | 0 | 1001000 | 11110 | 0 | 101000101 | 1100011 | 1000000 |
Color Harmonies of #FE47B3
Complementary color
Monochromatic Colors of #FE47B3
Black with #FE47B3
Text Example
Text Example
White with #FE47B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47B3; }
p { color: rgb(254,71,179); }
H1.HeaderClassName
{
color: #FE47B3;
}
.AnyTagClassName
{
color: #FE47B3;
}
</style>
background-color css
<style>
a { background-color: #FE47B3; }
a { background-color: rgb(254,71,179); }
div.DivClassName
{
background-color: #FE47B3;
}
.BgClassName
{
background-color: #FE47B3;
}
</style>
border-color css
<style>
span { border-color: #FE47B3; }
span { border-color: rgb(254,71,179); }
td.TdClassName
{
border-color: #FE47B3;
}
.TagClassName
{
border-color: #FE47B3;
}
</style>