Shades of Brilliant Rose #FC5AAE
Tints of Brilliant Rose #FC5AAE
RGB
CMYK
RGB Variations
Color information
#FC5AAE (or 0xFC5AAE) is known color: Brilliant Rose. HEX triplet: FC, 5A and AE. RGB value is (252,90,174). Sum of RGB (Red+Green+Blue) = 252+90+174=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5AAE is #03A551. Grayscale: #939393. Windows color (decimal): -238930 or 11426556. OLE color: 11426556.
HSL color Cylindrical-coordinate representation of color #FC5AAE: hue angle of 328.89º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5AAE is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 174 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.01 |
| HSL | 328.89º | 0.96% | 0.67% | - |
| HSV(B) | 328.89º | 0.64% | 0.99% | - |
| XYZ | 51.44 | 31.06 | 43.33 | - |
| YUV | 148.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 174 | 0 | 0.64 | 0.31 | 0.01 | 328.89 | 0.96 | 0.67 |
| Hex | FC | 5A | AE | 0 | 40 | 1F | 1 | 149 | 60 | 43 |
| Octal | 374 | 132 | 256 | 0 | 100 | 37 | 1 | 511 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10101110 | 0 | 1000000 | 11111 | 1 | 101001001 | 1100000 | 1000011 |
Color Harmonies of #FC5AAE
Complementary color
Monochromatic Colors of #FC5AAE
Black with #FC5AAE
Text Example
Text Example
White with #FC5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AAE; }
p { color: rgb(252,90,174); }
H1.HeaderClassName
{
color: #FC5AAE;
}
.AnyTagClassName
{
color: #FC5AAE;
}
</style>
background-color css
<style>
a { background-color: #FC5AAE; }
a { background-color: rgb(252,90,174); }
div.DivClassName
{
background-color: #FC5AAE;
}
.BgClassName
{
background-color: #FC5AAE;
}
</style>
border-color css
<style>
span { border-color: #FC5AAE; }
span { border-color: rgb(252,90,174); }
td.TdClassName
{
border-color: #FC5AAE;
}
.TagClassName
{
border-color: #FC5AAE;
}
</style>