Shades of Brilliant Rose #FC59AA
Tints of Brilliant Rose #FC59AA
RGB
CMYK
RGB Variations
Color information
#FC59AA (or 0xFC59AA) is known color: Brilliant Rose. HEX triplet: FC, 59 and AA. RGB value is (252,89,170). Sum of RGB (Red+Green+Blue) = 252+89+170=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC59AA is #03A655. Grayscale: #929292. Windows color (decimal): -239190 or 11164156. OLE color: 11164156.
HSL color Cylindrical-coordinate representation of color #FC59AA: hue angle of 330.18º 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 #FC59AA is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 170 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.01 |
| HSL | 330.18º | 0.96% | 0.67% | - |
| HSV(B) | 330.18º | 0.65% | 0.99% | - |
| XYZ | 50.97 | 30.74 | 41.28 | - |
| YUV | 146.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 170 | 0 | 0.65 | 0.33 | 0.01 | 330.18 | 0.96 | 0.67 |
| Hex | FC | 59 | AA | 0 | 41 | 21 | 1 | 14A | 60 | 43 |
| Octal | 374 | 131 | 252 | 0 | 101 | 41 | 1 | 512 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10101010 | 0 | 1000001 | 100001 | 1 | 101001010 | 1100000 | 1000011 |
Color Harmonies of #FC59AA
Complementary color
Monochromatic Colors of #FC59AA
Black with #FC59AA
Text Example
Text Example
White with #FC59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59AA; }
p { color: rgb(252,89,170); }
H1.HeaderClassName
{
color: #FC59AA;
}
.AnyTagClassName
{
color: #FC59AA;
}
</style>
background-color css
<style>
a { background-color: #FC59AA; }
a { background-color: rgb(252,89,170); }
div.DivClassName
{
background-color: #FC59AA;
}
.BgClassName
{
background-color: #FC59AA;
}
</style>
border-color css
<style>
span { border-color: #FC59AA; }
span { border-color: rgb(252,89,170); }
td.TdClassName
{
border-color: #FC59AA;
}
.TagClassName
{
border-color: #FC59AA;
}
</style>