Shades of Brilliant Rose #FE55AD
Tints of Brilliant Rose #FE55AD
RGB
CMYK
RGB Variations
Color information
#FE55AD (or 0xFE55AD) is known color: Brilliant Rose. HEX triplet: FE, 55 and AD. RGB value is (254,85,173). Sum of RGB (Red+Green+Blue) = 254+85+173=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55AD is #01AA52. Grayscale: #919191. Windows color (decimal): -109139 or 11359742. OLE color: 11359742.
HSL color Cylindrical-coordinate representation of color #FE55AD: hue angle of 328.76º 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 #FE55AD is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 173 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.00 |
| HSL | 328.76º | 0.99% | 0.66% | - |
| HSV(B) | 328.76º | 0.67% | 1% | - |
| XYZ | 51.66 | 30.58 | 42.72 | - |
| YUV | 145.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 173 | 0 | 0.67 | 0.32 | 0.00 | 328.76 | 0.99 | 0.66 |
| Hex | FE | 55 | AD | 0 | 43 | 20 | 0 | 149 | 63 | 42 |
| Octal | 376 | 125 | 255 | 0 | 103 | 40 | 0 | 511 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10101101 | 0 | 1000011 | 100000 | 0 | 101001001 | 1100011 | 1000010 |
Color Harmonies of #FE55AD
Complementary color
Monochromatic Colors of #FE55AD
Black with #FE55AD
Text Example
Text Example
White with #FE55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55AD; }
p { color: rgb(254,85,173); }
H1.HeaderClassName
{
color: #FE55AD;
}
.AnyTagClassName
{
color: #FE55AD;
}
</style>
background-color css
<style>
a { background-color: #FE55AD; }
a { background-color: rgb(254,85,173); }
div.DivClassName
{
background-color: #FE55AD;
}
.BgClassName
{
background-color: #FE55AD;
}
</style>
border-color css
<style>
span { border-color: #FE55AD; }
span { border-color: rgb(254,85,173); }
td.TdClassName
{
border-color: #FE55AD;
}
.TagClassName
{
border-color: #FE55AD;
}
</style>