Shades of Brilliant Rose #FE4C99
Tints of Brilliant Rose #FE4C99
RGB
CMYK
RGB Variations
Color information
#FE4C99 (or 0xFE4C99) is known color: Brilliant Rose. HEX triplet: FE, 4C and 99. RGB value is (254,76,153). Sum of RGB (Red+Green+Blue) = 254+76+153=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4C99 is #01B366. Grayscale: #898989. Windows color (decimal): -111463 or 10046718. OLE color: 10046718.
HSL color Cylindrical-coordinate representation of color #FE4C99: hue angle of 334.04º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4C99 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 153 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.00 |
| HSL | 334.05º | 0.99% | 0.65% | - |
| HSV(B) | 334.05º | 0.7% | 1% | - |
| XYZ | 49.21 | 28.54 | 33.05 | - |
| YUV | 138 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 153 | 0 | 0.70 | 0.40 | 0.00 | 334.05 | 0.99 | 0.65 |
| Hex | FE | 4C | 99 | 0 | 46 | 28 | 0 | 14E | 63 | 41 |
| Octal | 376 | 114 | 231 | 0 | 106 | 50 | 0 | 516 | 143 | 101 |
| Binary | 11111110 | 1001100 | 10011001 | 0 | 1000110 | 101000 | 0 | 101001110 | 1100011 | 1000001 |
Color Harmonies of #FE4C99
Complementary color
Monochromatic Colors of #FE4C99
Black with #FE4C99
Text Example
Text Example
White with #FE4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C99; }
p { color: rgb(254,76,153); }
H1.HeaderClassName
{
color: #FE4C99;
}
.AnyTagClassName
{
color: #FE4C99;
}
</style>
background-color css
<style>
a { background-color: #FE4C99; }
a { background-color: rgb(254,76,153); }
div.DivClassName
{
background-color: #FE4C99;
}
.BgClassName
{
background-color: #FE4C99;
}
</style>
border-color css
<style>
span { border-color: #FE4C99; }
span { border-color: rgb(254,76,153); }
td.TdClassName
{
border-color: #FE4C99;
}
.TagClassName
{
border-color: #FE4C99;
}
</style>