Shades of Brilliant Rose #FC57AC
Tints of Brilliant Rose #FC57AC
RGB
CMYK
RGB Variations
Color information
#FC57AC (or 0xFC57AC) is known color: Brilliant Rose. HEX triplet: FC, 57 and AC. RGB value is (252,87,172). Sum of RGB (Red+Green+Blue) = 252+87+172=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57AC is #03A853. Grayscale: #919191. Windows color (decimal): -239700 or 11294716. OLE color: 11294716.
HSL color Cylindrical-coordinate representation of color #FC57AC: hue angle of 329.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 #FC57AC is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 172 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.01 |
| HSL | 329.09º | 0.96% | 0.66% | - |
| HSV(B) | 329.09º | 0.65% | 0.99% | - |
| XYZ | 51 | 30.49 | 42.23 | - |
| YUV | 146.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 172 | 0 | 0.65 | 0.32 | 0.01 | 329.09 | 0.96 | 0.66 |
| Hex | FC | 57 | AC | 0 | 41 | 20 | 1 | 149 | 60 | 42 |
| Octal | 374 | 127 | 254 | 0 | 101 | 40 | 1 | 511 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10101100 | 0 | 1000001 | 100000 | 1 | 101001001 | 1100000 | 1000010 |
Color Harmonies of #FC57AC
Complementary color
Monochromatic Colors of #FC57AC
Black with #FC57AC
Text Example
Text Example
White with #FC57AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57AC; }
p { color: rgb(252,87,172); }
H1.HeaderClassName
{
color: #FC57AC;
}
.AnyTagClassName
{
color: #FC57AC;
}
</style>
background-color css
<style>
a { background-color: #FC57AC; }
a { background-color: rgb(252,87,172); }
div.DivClassName
{
background-color: #FC57AC;
}
.BgClassName
{
background-color: #FC57AC;
}
</style>
border-color css
<style>
span { border-color: #FC57AC; }
span { border-color: rgb(252,87,172); }
td.TdClassName
{
border-color: #FC57AC;
}
.TagClassName
{
border-color: #FC57AC;
}
</style>