Shades of Brilliant Rose #FE4EB4
Tints of Brilliant Rose #FE4EB4
RGB
CMYK
RGB Variations
Color information
#FE4EB4 (or 0xFE4EB4) is known color: Brilliant Rose. HEX triplet: FE, 4E and B4. RGB value is (254,78,180). Sum of RGB (Red+Green+Blue) = 254+78+180=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4EB4 is #01B14B. Grayscale: #8E8E8E. Windows color (decimal): -110924 or 11816702. OLE color: 11816702.
HSL color Cylindrical-coordinate representation of color #FE4EB4: hue angle of 325.23º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4EB4 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 180 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.00 |
| HSL | 325.23º | 0.99% | 0.65% | - |
| HSV(B) | 325.23º | 0.69% | 1% | - |
| XYZ | 51.84 | 29.81 | 46.2 | - |
| YUV | 142.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 180 | 0 | 0.69 | 0.29 | 0.00 | 325.23 | 0.99 | 0.65 |
| Hex | FE | 4E | B4 | 0 | 45 | 1D | 0 | 145 | 63 | 41 |
| Octal | 376 | 116 | 264 | 0 | 105 | 35 | 0 | 505 | 143 | 101 |
| Binary | 11111110 | 1001110 | 10110100 | 0 | 1000101 | 11101 | 0 | 101000101 | 1100011 | 1000001 |
Color Harmonies of #FE4EB4
Complementary color
Monochromatic Colors of #FE4EB4
Black with #FE4EB4
Text Example
Text Example
White with #FE4EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EB4; }
p { color: rgb(254,78,180); }
H1.HeaderClassName
{
color: #FE4EB4;
}
.AnyTagClassName
{
color: #FE4EB4;
}
</style>
background-color css
<style>
a { background-color: #FE4EB4; }
a { background-color: rgb(254,78,180); }
div.DivClassName
{
background-color: #FE4EB4;
}
.BgClassName
{
background-color: #FE4EB4;
}
</style>
border-color css
<style>
span { border-color: #FE4EB4; }
span { border-color: rgb(254,78,180); }
td.TdClassName
{
border-color: #FE4EB4;
}
.TagClassName
{
border-color: #FE4EB4;
}
</style>