Shades of Brilliant Rose #FE47B4
Tints of Brilliant Rose #FE47B4
RGB
CMYK
RGB Variations
Color information
#FE47B4 (or 0xFE47B4) is known color: Brilliant Rose. HEX triplet: FE, 47 and B4. RGB value is (254,71,180). Sum of RGB (Red+Green+Blue) = 254+71+180=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47B4 is #01B84B. Grayscale: #898989. Windows color (decimal): -112716 or 11814910. OLE color: 11814910.
HSL color Cylindrical-coordinate representation of color #FE47B4: hue angle of 324.26º 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 #FE47B4 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 180 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.00 |
| HSL | 324.26º | 0.99% | 0.64% | - |
| HSV(B) | 324.26º | 0.72% | 1% | - |
| XYZ | 51.36 | 28.87 | 46.05 | - |
| YUV | 138.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 180 | 0 | 0.72 | 0.29 | 0.00 | 324.26 | 0.99 | 0.64 |
| Hex | FE | 47 | B4 | 0 | 48 | 1D | 0 | 144 | 63 | 40 |
| Octal | 376 | 107 | 264 | 0 | 110 | 35 | 0 | 504 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10110100 | 0 | 1001000 | 11101 | 0 | 101000100 | 1100011 | 1000000 |
Color Harmonies of #FE47B4
Complementary color
Monochromatic Colors of #FE47B4
Black with #FE47B4
Text Example
Text Example
White with #FE47B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47B4; }
p { color: rgb(254,71,180); }
H1.HeaderClassName
{
color: #FE47B4;
}
.AnyTagClassName
{
color: #FE47B4;
}
</style>
background-color css
<style>
a { background-color: #FE47B4; }
a { background-color: rgb(254,71,180); }
div.DivClassName
{
background-color: #FE47B4;
}
.BgClassName
{
background-color: #FE47B4;
}
</style>
border-color css
<style>
span { border-color: #FE47B4; }
span { border-color: rgb(254,71,180); }
td.TdClassName
{
border-color: #FE47B4;
}
.TagClassName
{
border-color: #FE47B4;
}
</style>