Shades of Brilliant Rose #FC57B0
Tints of Brilliant Rose #FC57B0
RGB
CMYK
RGB Variations
Color information
#FC57B0 (or 0xFC57B0) is known color: Brilliant Rose. HEX triplet: FC, 57 and B0. RGB value is (252,87,176). Sum of RGB (Red+Green+Blue) = 252+87+176=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57B0 is #03A84F. Grayscale: #929292. Windows color (decimal): -239696 or 11556860. OLE color: 11556860.
HSL color Cylindrical-coordinate representation of color #FC57B0: hue angle of 327.64º 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 #FC57B0 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 176 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.01 |
| HSL | 327.64º | 0.96% | 0.66% | - |
| HSV(B) | 327.64º | 0.65% | 0.99% | - |
| XYZ | 51.39 | 30.65 | 44.28 | - |
| YUV | 146.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 176 | 0 | 0.65 | 0.30 | 0.01 | 327.64 | 0.96 | 0.66 |
| Hex | FC | 57 | B0 | 0 | 41 | 1E | 1 | 148 | 60 | 42 |
| Octal | 374 | 127 | 260 | 0 | 101 | 36 | 1 | 510 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10110000 | 0 | 1000001 | 11110 | 1 | 101001000 | 1100000 | 1000010 |
Color Harmonies of #FC57B0
Complementary color
Monochromatic Colors of #FC57B0
Black with #FC57B0
Text Example
Text Example
White with #FC57B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57B0; }
p { color: rgb(252,87,176); }
H1.HeaderClassName
{
color: #FC57B0;
}
.AnyTagClassName
{
color: #FC57B0;
}
</style>
background-color css
<style>
a { background-color: #FC57B0; }
a { background-color: rgb(252,87,176); }
div.DivClassName
{
background-color: #FC57B0;
}
.BgClassName
{
background-color: #FC57B0;
}
</style>
border-color css
<style>
span { border-color: #FC57B0; }
span { border-color: rgb(252,87,176); }
td.TdClassName
{
border-color: #FC57B0;
}
.TagClassName
{
border-color: #FC57B0;
}
</style>