Shades of Brilliant Rose #FE50AB
Tints of Brilliant Rose #FE50AB
RGB
CMYK
RGB Variations
Color information
#FE50AB (or 0xFE50AB) is known color: Brilliant Rose. HEX triplet: FE, 50 and AB. RGB value is (254,80,171). Sum of RGB (Red+Green+Blue) = 254+80+171=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE50AB is #01AF54. Grayscale: #8E8E8E. Windows color (decimal): -110421 or 11227390. OLE color: 11227390.
HSL color Cylindrical-coordinate representation of color #FE50AB: hue angle of 328.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50AB is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 171 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.00 |
| HSL | 328.62º | 0.99% | 0.65% | - |
| HSV(B) | 328.62º | 0.69% | 1% | - |
| XYZ | 51.09 | 29.75 | 41.58 | - |
| YUV | 142.4 | 144.15 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 171 | 0 | 0.69 | 0.33 | 0.00 | 328.62 | 0.99 | 0.65 |
| Hex | FE | 50 | AB | 0 | 45 | 21 | 0 | 149 | 63 | 41 |
| Octal | 376 | 120 | 253 | 0 | 105 | 41 | 0 | 511 | 143 | 101 |
| Binary | 11111110 | 1010000 | 10101011 | 0 | 1000101 | 100001 | 0 | 101001001 | 1100011 | 1000001 |
Color Harmonies of #FE50AB
Complementary color
Monochromatic Colors of #FE50AB
Black with #FE50AB
Text Example
Text Example
White with #FE50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50AB; }
p { color: rgb(254,80,171); }
H1.HeaderClassName
{
color: #FE50AB;
}
.AnyTagClassName
{
color: #FE50AB;
}
</style>
background-color css
<style>
a { background-color: #FE50AB; }
a { background-color: rgb(254,80,171); }
div.DivClassName
{
background-color: #FE50AB;
}
.BgClassName
{
background-color: #FE50AB;
}
</style>
border-color css
<style>
span { border-color: #FE50AB; }
span { border-color: rgb(254,80,171); }
td.TdClassName
{
border-color: #FE50AB;
}
.TagClassName
{
border-color: #FE50AB;
}
</style>