Shades of Brilliant Rose #FC57A1
Tints of Brilliant Rose #FC57A1
RGB
CMYK
RGB Variations
Color information
#FC57A1 (or 0xFC57A1) is known color: Brilliant Rose. HEX triplet: FC, 57 and A1. RGB value is (252,87,161). Sum of RGB (Red+Green+Blue) = 252+87+161=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57A1 is #03A85E. Grayscale: #909090. Windows color (decimal): -239711 or 10573820. OLE color: 10573820.
HSL color Cylindrical-coordinate representation of color #FC57A1: hue angle of 333.09º 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 #FC57A1 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 161 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.01 |
| HSL | 333.09º | 0.96% | 0.66% | - |
| HSV(B) | 333.09º | 0.65% | 0.99% | - |
| XYZ | 49.99 | 30.09 | 36.89 | - |
| YUV | 144.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 161 | 0 | 0.65 | 0.36 | 0.01 | 333.09 | 0.96 | 0.66 |
| Hex | FC | 57 | A1 | 0 | 41 | 24 | 1 | 14D | 60 | 42 |
| Octal | 374 | 127 | 241 | 0 | 101 | 44 | 1 | 515 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10100001 | 0 | 1000001 | 100100 | 1 | 101001101 | 1100000 | 1000010 |
Color Harmonies of #FC57A1
Complementary color
Monochromatic Colors of #FC57A1
Black with #FC57A1
Text Example
Text Example
White with #FC57A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57A1; }
p { color: rgb(252,87,161); }
H1.HeaderClassName
{
color: #FC57A1;
}
.AnyTagClassName
{
color: #FC57A1;
}
</style>
background-color css
<style>
a { background-color: #FC57A1; }
a { background-color: rgb(252,87,161); }
div.DivClassName
{
background-color: #FC57A1;
}
.BgClassName
{
background-color: #FC57A1;
}
</style>
border-color css
<style>
span { border-color: #FC57A1; }
span { border-color: rgb(252,87,161); }
td.TdClassName
{
border-color: #FC57A1;
}
.TagClassName
{
border-color: #FC57A1;
}
</style>