Shades of Brilliant Rose #FE5AAB
Tints of Brilliant Rose #FE5AAB
RGB
CMYK
RGB Variations
Color information
#FE5AAB (or 0xFE5AAB) is known color: Brilliant Rose. HEX triplet: FE, 5A and AB. RGB value is (254,90,171). Sum of RGB (Red+Green+Blue) = 254+90+171=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AAB is #01A554. Grayscale: #949494. Windows color (decimal): -107861 or 11229950. OLE color: 11229950.
HSL color Cylindrical-coordinate representation of color #FE5AAB: hue angle of 330.37º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5AAB is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 171 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.00 |
| HSL | 330.37º | 0.99% | 0.67% | - |
| HSV(B) | 330.37º | 0.65% | 1% | - |
| XYZ | 51.88 | 31.32 | 41.84 | - |
| YUV | 148.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 171 | 0 | 0.65 | 0.33 | 0.00 | 330.37 | 0.99 | 0.67 |
| Hex | FE | 5A | AB | 0 | 41 | 21 | 0 | 14A | 63 | 43 |
| Octal | 376 | 132 | 253 | 0 | 101 | 41 | 0 | 512 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10101011 | 0 | 1000001 | 100001 | 0 | 101001010 | 1100011 | 1000011 |
Color Harmonies of #FE5AAB
Complementary color
Monochromatic Colors of #FE5AAB
Black with #FE5AAB
Text Example
Text Example
White with #FE5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AAB; }
p { color: rgb(254,90,171); }
H1.HeaderClassName
{
color: #FE5AAB;
}
.AnyTagClassName
{
color: #FE5AAB;
}
</style>
background-color css
<style>
a { background-color: #FE5AAB; }
a { background-color: rgb(254,90,171); }
div.DivClassName
{
background-color: #FE5AAB;
}
.BgClassName
{
background-color: #FE5AAB;
}
</style>
border-color css
<style>
span { border-color: #FE5AAB; }
span { border-color: rgb(254,90,171); }
td.TdClassName
{
border-color: #FE5AAB;
}
.TagClassName
{
border-color: #FE5AAB;
}
</style>