Shades of Brilliant Rose #FE48AD
Tints of Brilliant Rose #FE48AD
RGB
CMYK
RGB Variations
Color information
#FE48AD (or 0xFE48AD) is known color: Brilliant Rose. HEX triplet: FE, 48 and AD. RGB value is (254,72,173). Sum of RGB (Red+Green+Blue) = 254+72+173=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE48AD is #01B752. Grayscale: #898989. Windows color (decimal): -112467 or 11356414. OLE color: 11356414.
HSL color Cylindrical-coordinate representation of color #FE48AD: hue angle of 326.7º 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 #FE48AD is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 173 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.00 |
| HSL | 326.7º | 0.99% | 0.64% | - |
| HSV(B) | 326.7º | 0.72% | 1% | - |
| XYZ | 50.73 | 28.72 | 42.41 | - |
| YUV | 137.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 173 | 0 | 0.72 | 0.32 | 0.00 | 326.7 | 0.99 | 0.64 |
| Hex | FE | 48 | AD | 0 | 48 | 20 | 0 | 147 | 63 | 40 |
| Octal | 376 | 110 | 255 | 0 | 110 | 40 | 0 | 507 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10101101 | 0 | 1001000 | 100000 | 0 | 101000111 | 1100011 | 1000000 |
Color Harmonies of #FE48AD
Complementary color
Monochromatic Colors of #FE48AD
Black with #FE48AD
Text Example
Text Example
White with #FE48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48AD; }
p { color: rgb(254,72,173); }
H1.HeaderClassName
{
color: #FE48AD;
}
.AnyTagClassName
{
color: #FE48AD;
}
</style>
background-color css
<style>
a { background-color: #FE48AD; }
a { background-color: rgb(254,72,173); }
div.DivClassName
{
background-color: #FE48AD;
}
.BgClassName
{
background-color: #FE48AD;
}
</style>
border-color css
<style>
span { border-color: #FE48AD; }
span { border-color: rgb(254,72,173); }
td.TdClassName
{
border-color: #FE48AD;
}
.TagClassName
{
border-color: #FE48AD;
}
</style>