Shades of Brilliant Rose #FE5AAC
Tints of Brilliant Rose #FE5AAC
RGB
CMYK
RGB Variations
Color information
#FE5AAC (or 0xFE5AAC) is known color: Brilliant Rose. HEX triplet: FE, 5A and AC. RGB value is (254,90,172). Sum of RGB (Red+Green+Blue) = 254+90+172=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AAC is #01A553. Grayscale: #949494. Windows color (decimal): -107860 or 11295486. OLE color: 11295486.
HSL color Cylindrical-coordinate representation of color #FE5AAC: hue angle of 330º 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 #FE5AAC is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 172 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.00 |
| HSL | 330º | 0.99% | 0.67% | - |
| HSV(B) | 330º | 0.65% | 1% | - |
| XYZ | 51.98 | 31.36 | 42.34 | - |
| YUV | 148.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 172 | 0 | 0.65 | 0.32 | 0.00 | 330 | 0.99 | 0.67 |
| Hex | FE | 5A | AC | 0 | 41 | 20 | 0 | 14A | 63 | 43 |
| Octal | 376 | 132 | 254 | 0 | 101 | 40 | 0 | 512 | 143 | 103 |
| Binary | 11111110 | 1011010 | 10101100 | 0 | 1000001 | 100000 | 0 | 101001010 | 1100011 | 1000011 |
Color Harmonies of #FE5AAC
Complementary color
Monochromatic Colors of #FE5AAC
Black with #FE5AAC
Text Example
Text Example
White with #FE5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AAC; }
p { color: rgb(254,90,172); }
H1.HeaderClassName
{
color: #FE5AAC;
}
.AnyTagClassName
{
color: #FE5AAC;
}
</style>
background-color css
<style>
a { background-color: #FE5AAC; }
a { background-color: rgb(254,90,172); }
div.DivClassName
{
background-color: #FE5AAC;
}
.BgClassName
{
background-color: #FE5AAC;
}
</style>
border-color css
<style>
span { border-color: #FE5AAC; }
span { border-color: rgb(254,90,172); }
td.TdClassName
{
border-color: #FE5AAC;
}
.TagClassName
{
border-color: #FE5AAC;
}
</style>