Shades of Brilliant Rose #FE48A1
Tints of Brilliant Rose #FE48A1
RGB
CMYK
RGB Variations
Color information
#FE48A1 (or 0xFE48A1) is known color: Brilliant Rose. HEX triplet: FE, 48 and A1. RGB value is (254,72,161). Sum of RGB (Red+Green+Blue) = 254+72+161=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE48A1 is #01B75E. Grayscale: #888888. Windows color (decimal): -112479 or 10569982. OLE color: 10569982.
HSL color Cylindrical-coordinate representation of color #FE48A1: hue angle of 330.66º 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 #FE48A1 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 161 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.00 |
| HSL | 330.66º | 0.99% | 0.64% | - |
| HSV(B) | 330.66º | 0.72% | 1% | - |
| XYZ | 49.62 | 28.28 | 36.56 | - |
| YUV | 136.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 161 | 0 | 0.72 | 0.37 | 0.00 | 330.66 | 0.99 | 0.64 |
| Hex | FE | 48 | A1 | 0 | 48 | 25 | 0 | 14B | 63 | 40 |
| Octal | 376 | 110 | 241 | 0 | 110 | 45 | 0 | 513 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10100001 | 0 | 1001000 | 100101 | 0 | 101001011 | 1100011 | 1000000 |
Color Harmonies of #FE48A1
Complementary color
Monochromatic Colors of #FE48A1
Black with #FE48A1
Text Example
Text Example
White with #FE48A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48A1; }
p { color: rgb(254,72,161); }
H1.HeaderClassName
{
color: #FE48A1;
}
.AnyTagClassName
{
color: #FE48A1;
}
</style>
background-color css
<style>
a { background-color: #FE48A1; }
a { background-color: rgb(254,72,161); }
div.DivClassName
{
background-color: #FE48A1;
}
.BgClassName
{
background-color: #FE48A1;
}
</style>
border-color css
<style>
span { border-color: #FE48A1; }
span { border-color: rgb(254,72,161); }
td.TdClassName
{
border-color: #FE48A1;
}
.TagClassName
{
border-color: #FE48A1;
}
</style>