Shades of Brilliant Rose #FE55A1
Tints of Brilliant Rose #FE55A1
RGB
CMYK
RGB Variations
Color information
#FE55A1 (or 0xFE55A1) is known color: Brilliant Rose. HEX triplet: FE, 55 and A1. RGB value is (254,85,161). Sum of RGB (Red+Green+Blue) = 254+85+161=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55A1 is #01AA5E. Grayscale: #909090. Windows color (decimal): -109151 or 10573310. OLE color: 10573310.
HSL color Cylindrical-coordinate representation of color #FE55A1: hue angle of 333.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55A1 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 161 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.00 |
| HSL | 333.02º | 0.99% | 0.66% | - |
| HSV(B) | 333.02º | 0.67% | 1% | - |
| XYZ | 50.55 | 30.14 | 36.87 | - |
| YUV | 144.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 161 | 0 | 0.67 | 0.37 | 0.00 | 333.02 | 0.99 | 0.66 |
| Hex | FE | 55 | A1 | 0 | 43 | 25 | 0 | 14D | 63 | 42 |
| Octal | 376 | 125 | 241 | 0 | 103 | 45 | 0 | 515 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10100001 | 0 | 1000011 | 100101 | 0 | 101001101 | 1100011 | 1000010 |
Color Harmonies of #FE55A1
Complementary color
Monochromatic Colors of #FE55A1
Black with #FE55A1
Text Example
Text Example
White with #FE55A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55A1; }
p { color: rgb(254,85,161); }
H1.HeaderClassName
{
color: #FE55A1;
}
.AnyTagClassName
{
color: #FE55A1;
}
</style>
background-color css
<style>
a { background-color: #FE55A1; }
a { background-color: rgb(254,85,161); }
div.DivClassName
{
background-color: #FE55A1;
}
.BgClassName
{
background-color: #FE55A1;
}
</style>
border-color css
<style>
span { border-color: #FE55A1; }
span { border-color: rgb(254,85,161); }
td.TdClassName
{
border-color: #FE55A1;
}
.TagClassName
{
border-color: #FE55A1;
}
</style>