Shades of Brilliant Rose #FE46AD
Tints of Brilliant Rose #FE46AD
RGB
CMYK
RGB Variations
Color information
#FE46AD (or 0xFE46AD) is known color: Brilliant Rose. HEX triplet: FE, 46 and AD. RGB value is (254,70,173). Sum of RGB (Red+Green+Blue) = 254+70+173=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46AD is #01B952. Grayscale: #888888. Windows color (decimal): -112979 or 11355902. OLE color: 11355902.
HSL color Cylindrical-coordinate representation of color #FE46AD: hue angle of 326.41º 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 #FE46AD is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 173 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.00 |
| HSL | 326.41º | 0.99% | 0.64% | - |
| HSV(B) | 326.41º | 0.72% | 1% | - |
| XYZ | 50.61 | 28.47 | 42.36 | - |
| YUV | 136.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 173 | 0 | 0.72 | 0.32 | 0.00 | 326.41 | 0.99 | 0.64 |
| Hex | FE | 46 | AD | 0 | 48 | 20 | 0 | 146 | 63 | 40 |
| Octal | 376 | 106 | 255 | 0 | 110 | 40 | 0 | 506 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10101101 | 0 | 1001000 | 100000 | 0 | 101000110 | 1100011 | 1000000 |
Color Harmonies of #FE46AD
Complementary color
Monochromatic Colors of #FE46AD
Black with #FE46AD
Text Example
Text Example
White with #FE46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46AD; }
p { color: rgb(254,70,173); }
H1.HeaderClassName
{
color: #FE46AD;
}
.AnyTagClassName
{
color: #FE46AD;
}
</style>
background-color css
<style>
a { background-color: #FE46AD; }
a { background-color: rgb(254,70,173); }
div.DivClassName
{
background-color: #FE46AD;
}
.BgClassName
{
background-color: #FE46AD;
}
</style>
border-color css
<style>
span { border-color: #FE46AD; }
span { border-color: rgb(254,70,173); }
td.TdClassName
{
border-color: #FE46AD;
}
.TagClassName
{
border-color: #FE46AD;
}
</style>