Shades of Brilliant Rose #FC5AA8
Tints of Brilliant Rose #FC5AA8
RGB
CMYK
RGB Variations
Color information
#FC5AA8 (or 0xFC5AA8) is known color: Brilliant Rose. HEX triplet: FC, 5A and A8. RGB value is (252,90,168). Sum of RGB (Red+Green+Blue) = 252+90+168=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5AA8 is #03A557. Grayscale: #939393. Windows color (decimal): -238936 or 11033340. OLE color: 11033340.
HSL color Cylindrical-coordinate representation of color #FC5AA8: hue angle of 331.11º 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 #FC5AA8 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 168 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.01 |
| HSL | 331.11º | 0.96% | 0.67% | - |
| HSV(B) | 331.11º | 0.64% | 0.99% | - |
| XYZ | 50.87 | 30.83 | 40.32 | - |
| YUV | 147.33 | 139.67 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 168 | 0 | 0.64 | 0.33 | 0.01 | 331.11 | 0.96 | 0.67 |
| Hex | FC | 5A | A8 | 0 | 40 | 21 | 1 | 14B | 60 | 43 |
| Octal | 374 | 132 | 250 | 0 | 100 | 41 | 1 | 513 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10101000 | 0 | 1000000 | 100001 | 1 | 101001011 | 1100000 | 1000011 |
Color Harmonies of #FC5AA8
Complementary color
Monochromatic Colors of #FC5AA8
Black with #FC5AA8
Text Example
Text Example
White with #FC5AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AA8; }
p { color: rgb(252,90,168); }
H1.HeaderClassName
{
color: #FC5AA8;
}
.AnyTagClassName
{
color: #FC5AA8;
}
</style>
background-color css
<style>
a { background-color: #FC5AA8; }
a { background-color: rgb(252,90,168); }
div.DivClassName
{
background-color: #FC5AA8;
}
.BgClassName
{
background-color: #FC5AA8;
}
</style>
border-color css
<style>
span { border-color: #FC5AA8; }
span { border-color: rgb(252,90,168); }
td.TdClassName
{
border-color: #FC5AA8;
}
.TagClassName
{
border-color: #FC5AA8;
}
</style>