Shades of Brilliant Rose #FE4998
Tints of Brilliant Rose #FE4998
RGB
CMYK
RGB Variations
Color information
#FE4998 (or 0xFE4998) is known color: Brilliant Rose. HEX triplet: FE, 49 and 98. RGB value is (254,73,152). Sum of RGB (Red+Green+Blue) = 254+73+152=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4998 is #01B667. Grayscale: #878787. Windows color (decimal): -112232 or 9980414. OLE color: 9980414.
HSL color Cylindrical-coordinate representation of color #FE4998: hue angle of 333.81º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4998 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 152 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.00 |
| HSL | 333.81º | 0.99% | 0.64% | - |
| HSV(B) | 333.81º | 0.71% | 1% | - |
| XYZ | 48.92 | 28.1 | 32.55 | - |
| YUV | 136.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 152 | 0 | 0.71 | 0.40 | 0.00 | 333.81 | 0.99 | 0.64 |
| Hex | FE | 49 | 98 | 0 | 47 | 28 | 0 | 14E | 63 | 40 |
| Octal | 376 | 111 | 230 | 0 | 107 | 50 | 0 | 516 | 143 | 100 |
| Binary | 11111110 | 1001001 | 10011000 | 0 | 1000111 | 101000 | 0 | 101001110 | 1100011 | 1000000 |
Color Harmonies of #FE4998
Complementary color
Monochromatic Colors of #FE4998
Black with #FE4998
Text Example
Text Example
White with #FE4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4998; }
p { color: rgb(254,73,152); }
H1.HeaderClassName
{
color: #FE4998;
}
.AnyTagClassName
{
color: #FE4998;
}
</style>
background-color css
<style>
a { background-color: #FE4998; }
a { background-color: rgb(254,73,152); }
div.DivClassName
{
background-color: #FE4998;
}
.BgClassName
{
background-color: #FE4998;
}
</style>
border-color css
<style>
span { border-color: #FE4998; }
span { border-color: rgb(254,73,152); }
td.TdClassName
{
border-color: #FE4998;
}
.TagClassName
{
border-color: #FE4998;
}
</style>