Shades of Brilliant Rose #FE4D98
Tints of Brilliant Rose #FE4D98
RGB
CMYK
RGB Variations
Color information
#FE4D98 (or 0xFE4D98) is known color: Brilliant Rose. HEX triplet: FE, 4D and 98. RGB value is (254,77,152). Sum of RGB (Red+Green+Blue) = 254+77+152=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D98 is #01B267. Grayscale: #8A8A8A. Windows color (decimal): -111208 or 9981438. OLE color: 9981438.
HSL color Cylindrical-coordinate representation of color #FE4D98: hue angle of 334.58º 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 #FE4D98 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 152 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.00 |
| HSL | 334.58º | 0.99% | 0.65% | - |
| HSV(B) | 334.58º | 0.7% | 1% | - |
| XYZ | 49.19 | 28.65 | 32.64 | - |
| YUV | 138.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 152 | 0 | 0.70 | 0.40 | 0.00 | 334.58 | 0.99 | 0.65 |
| Hex | FE | 4D | 98 | 0 | 46 | 28 | 0 | 14F | 63 | 41 |
| Octal | 376 | 115 | 230 | 0 | 106 | 50 | 0 | 517 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10011000 | 0 | 1000110 | 101000 | 0 | 101001111 | 1100011 | 1000001 |
Color Harmonies of #FE4D98
Complementary color
Monochromatic Colors of #FE4D98
Black with #FE4D98
Text Example
Text Example
White with #FE4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D98; }
p { color: rgb(254,77,152); }
H1.HeaderClassName
{
color: #FE4D98;
}
.AnyTagClassName
{
color: #FE4D98;
}
</style>
background-color css
<style>
a { background-color: #FE4D98; }
a { background-color: rgb(254,77,152); }
div.DivClassName
{
background-color: #FE4D98;
}
.BgClassName
{
background-color: #FE4D98;
}
</style>
border-color css
<style>
span { border-color: #FE4D98; }
span { border-color: rgb(254,77,152); }
td.TdClassName
{
border-color: #FE4D98;
}
.TagClassName
{
border-color: #FE4D98;
}
</style>