Shades of Brilliant Rose #FE55AB
Tints of Brilliant Rose #FE55AB
RGB
CMYK
RGB Variations
Color information
#FE55AB (or 0xFE55AB) is known color: Brilliant Rose. HEX triplet: FE, 55 and AB. RGB value is (254,85,171). Sum of RGB (Red+Green+Blue) = 254+85+171=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55AB is #01AA54. Grayscale: #919191. Windows color (decimal): -109141 or 11228670. OLE color: 11228670.
HSL color Cylindrical-coordinate representation of color #FE55AB: hue angle of 329.47º 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 #FE55AB is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 171 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.00 |
| HSL | 329.47º | 0.99% | 0.66% | - |
| HSV(B) | 329.47º | 0.67% | 1% | - |
| XYZ | 51.47 | 30.51 | 41.7 | - |
| YUV | 145.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 171 | 0 | 0.67 | 0.33 | 0.00 | 329.47 | 0.99 | 0.66 |
| Hex | FE | 55 | AB | 0 | 43 | 21 | 0 | 149 | 63 | 42 |
| Octal | 376 | 125 | 253 | 0 | 103 | 41 | 0 | 511 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10101011 | 0 | 1000011 | 100001 | 0 | 101001001 | 1100011 | 1000010 |
Color Harmonies of #FE55AB
Complementary color
Monochromatic Colors of #FE55AB
Black with #FE55AB
Text Example
Text Example
White with #FE55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55AB; }
p { color: rgb(254,85,171); }
H1.HeaderClassName
{
color: #FE55AB;
}
.AnyTagClassName
{
color: #FE55AB;
}
</style>
background-color css
<style>
a { background-color: #FE55AB; }
a { background-color: rgb(254,85,171); }
div.DivClassName
{
background-color: #FE55AB;
}
.BgClassName
{
background-color: #FE55AB;
}
</style>
border-color css
<style>
span { border-color: #FE55AB; }
span { border-color: rgb(254,85,171); }
td.TdClassName
{
border-color: #FE55AB;
}
.TagClassName
{
border-color: #FE55AB;
}
</style>