Shades of Brilliant Rose #FE46A9
Tints of Brilliant Rose #FE46A9
RGB
CMYK
RGB Variations
Color information
#FE46A9 (or 0xFE46A9) is known color: Brilliant Rose. HEX triplet: FE, 46 and A9. RGB value is (254,70,169). Sum of RGB (Red+Green+Blue) = 254+70+169=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46A9 is #01B956. Grayscale: #888888. Windows color (decimal): -112983 or 11093758. OLE color: 11093758.
HSL color Cylindrical-coordinate representation of color #FE46A9: hue angle of 327.72º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE46A9 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 169 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.00 |
| HSL | 327.72º | 0.99% | 0.64% | - |
| HSV(B) | 327.72º | 0.72% | 1% | - |
| XYZ | 50.22 | 28.32 | 40.35 | - |
| YUV | 136.3 | 146.46 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 169 | 0 | 0.72 | 0.33 | 0.00 | 327.72 | 0.99 | 0.64 |
| Hex | FE | 46 | A9 | 0 | 48 | 21 | 0 | 148 | 63 | 40 |
| Octal | 376 | 106 | 251 | 0 | 110 | 41 | 0 | 510 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10101001 | 0 | 1001000 | 100001 | 0 | 101001000 | 1100011 | 1000000 |
Color Harmonies of #FE46A9
Complementary color
Monochromatic Colors of #FE46A9
Black with #FE46A9
Text Example
Text Example
White with #FE46A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46A9; }
p { color: rgb(254,70,169); }
H1.HeaderClassName
{
color: #FE46A9;
}
.AnyTagClassName
{
color: #FE46A9;
}
</style>
background-color css
<style>
a { background-color: #FE46A9; }
a { background-color: rgb(254,70,169); }
div.DivClassName
{
background-color: #FE46A9;
}
.BgClassName
{
background-color: #FE46A9;
}
</style>
border-color css
<style>
span { border-color: #FE46A9; }
span { border-color: rgb(254,70,169); }
td.TdClassName
{
border-color: #FE46A9;
}
.TagClassName
{
border-color: #FE46A9;
}
</style>