Shades of Brilliant Rose #FC59A3
Tints of Brilliant Rose #FC59A3
RGB
CMYK
RGB Variations
Color information
#FC59A3 (or 0xFC59A3) is known color: Brilliant Rose. HEX triplet: FC, 59 and A3. RGB value is (252,89,163). Sum of RGB (Red+Green+Blue) = 252+89+163=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC59A3 is #03A65C. Grayscale: #929292. Windows color (decimal): -239197 or 10705404. OLE color: 10705404.
HSL color Cylindrical-coordinate representation of color #FC59A3: hue angle of 332.76º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC59A3 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 163 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.01 |
| HSL | 332.76º | 0.96% | 0.67% | - |
| HSV(B) | 332.76º | 0.65% | 0.99% | - |
| XYZ | 50.33 | 30.48 | 37.88 | - |
| YUV | 146.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 163 | 0 | 0.65 | 0.35 | 0.01 | 332.76 | 0.96 | 0.67 |
| Hex | FC | 59 | A3 | 0 | 41 | 23 | 1 | 14D | 60 | 43 |
| Octal | 374 | 131 | 243 | 0 | 101 | 43 | 1 | 515 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10100011 | 0 | 1000001 | 100011 | 1 | 101001101 | 1100000 | 1000011 |
Color Harmonies of #FC59A3
Complementary color
Monochromatic Colors of #FC59A3
Black with #FC59A3
Text Example
Text Example
White with #FC59A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59A3; }
p { color: rgb(252,89,163); }
H1.HeaderClassName
{
color: #FC59A3;
}
.AnyTagClassName
{
color: #FC59A3;
}
</style>
background-color css
<style>
a { background-color: #FC59A3; }
a { background-color: rgb(252,89,163); }
div.DivClassName
{
background-color: #FC59A3;
}
.BgClassName
{
background-color: #FC59A3;
}
</style>
border-color css
<style>
span { border-color: #FC59A3; }
span { border-color: rgb(252,89,163); }
td.TdClassName
{
border-color: #FC59A3;
}
.TagClassName
{
border-color: #FC59A3;
}
</style>