Shades of Brilliant Rose #FC57A0
Tints of Brilliant Rose #FC57A0
RGB
CMYK
RGB Variations
Color information
#FC57A0 (or 0xFC57A0) is known color: Brilliant Rose. HEX triplet: FC, 57 and A0. RGB value is (252,87,160). Sum of RGB (Red+Green+Blue) = 252+87+160=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57A0 is #03A85F. Grayscale: #909090. Windows color (decimal): -239712 or 10508284. OLE color: 10508284.
HSL color Cylindrical-coordinate representation of color #FC57A0: hue angle of 333.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC57A0 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 160 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.01 |
| HSL | 333.45º | 0.96% | 0.66% | - |
| HSV(B) | 333.45º | 0.65% | 0.99% | - |
| XYZ | 49.9 | 30.05 | 36.43 | - |
| YUV | 144.66 | 136.66 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 160 | 0 | 0.65 | 0.37 | 0.01 | 333.45 | 0.96 | 0.66 |
| Hex | FC | 57 | A0 | 0 | 41 | 25 | 1 | 14D | 60 | 42 |
| Octal | 374 | 127 | 240 | 0 | 101 | 45 | 1 | 515 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10100000 | 0 | 1000001 | 100101 | 1 | 101001101 | 1100000 | 1000010 |
Color Harmonies of #FC57A0
Complementary color
Monochromatic Colors of #FC57A0
Black with #FC57A0
Text Example
Text Example
White with #FC57A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57A0; }
p { color: rgb(252,87,160); }
H1.HeaderClassName
{
color: #FC57A0;
}
.AnyTagClassName
{
color: #FC57A0;
}
</style>
background-color css
<style>
a { background-color: #FC57A0; }
a { background-color: rgb(252,87,160); }
div.DivClassName
{
background-color: #FC57A0;
}
.BgClassName
{
background-color: #FC57A0;
}
</style>
border-color css
<style>
span { border-color: #FC57A0; }
span { border-color: rgb(252,87,160); }
td.TdClassName
{
border-color: #FC57A0;
}
.TagClassName
{
border-color: #FC57A0;
}
</style>