Shades of Brilliant Rose #FE4DA6
Tints of Brilliant Rose #FE4DA6
RGB
CMYK
RGB Variations
Color information
#FE4DA6 (or 0xFE4DA6) is known color: Brilliant Rose. HEX triplet: FE, 4D and A6. RGB value is (254,77,166). Sum of RGB (Red+Green+Blue) = 254+77+166=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4DA6 is #01B259. Grayscale: #8B8B8B. Windows color (decimal): -111194 or 10898942. OLE color: 10898942.
HSL color Cylindrical-coordinate representation of color #FE4DA6: hue angle of 329.83º 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 #FE4DA6 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 166 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.00 |
| HSL | 329.83º | 0.99% | 0.65% | - |
| HSV(B) | 329.83º | 0.7% | 1% | - |
| XYZ | 50.41 | 29.13 | 39.04 | - |
| YUV | 140.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 166 | 0 | 0.70 | 0.35 | 0.00 | 329.83 | 0.99 | 0.65 |
| Hex | FE | 4D | A6 | 0 | 46 | 23 | 0 | 14A | 63 | 41 |
| Octal | 376 | 115 | 246 | 0 | 106 | 43 | 0 | 512 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10100110 | 0 | 1000110 | 100011 | 0 | 101001010 | 1100011 | 1000001 |
Color Harmonies of #FE4DA6
Complementary color
Monochromatic Colors of #FE4DA6
Black with #FE4DA6
Text Example
Text Example
White with #FE4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DA6; }
p { color: rgb(254,77,166); }
H1.HeaderClassName
{
color: #FE4DA6;
}
.AnyTagClassName
{
color: #FE4DA6;
}
</style>
background-color css
<style>
a { background-color: #FE4DA6; }
a { background-color: rgb(254,77,166); }
div.DivClassName
{
background-color: #FE4DA6;
}
.BgClassName
{
background-color: #FE4DA6;
}
</style>
border-color css
<style>
span { border-color: #FE4DA6; }
span { border-color: rgb(254,77,166); }
td.TdClassName
{
border-color: #FE4DA6;
}
.TagClassName
{
border-color: #FE4DA6;
}
</style>