Shades of Brilliant Rose #FC57B2
Tints of Brilliant Rose #FC57B2
RGB
CMYK
RGB Variations
Color information
#FC57B2 (or 0xFC57B2) is known color: Brilliant Rose. HEX triplet: FC, 57 and B2. RGB value is (252,87,178). Sum of RGB (Red+Green+Blue) = 252+87+178=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57B2 is #03A84D. Grayscale: #929292. Windows color (decimal): -239694 or 11687932. OLE color: 11687932.
HSL color Cylindrical-coordinate representation of color #FC57B2: hue angle of 326.91º 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 #FC57B2 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 178 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.01 |
| HSL | 326.91º | 0.96% | 0.66% | - |
| HSV(B) | 326.91º | 0.65% | 0.99% | - |
| XYZ | 51.59 | 30.73 | 45.33 | - |
| YUV | 146.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 178 | 0 | 0.65 | 0.29 | 0.01 | 326.91 | 0.96 | 0.66 |
| Hex | FC | 57 | B2 | 0 | 41 | 1D | 1 | 147 | 60 | 42 |
| Octal | 374 | 127 | 262 | 0 | 101 | 35 | 1 | 507 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10110010 | 0 | 1000001 | 11101 | 1 | 101000111 | 1100000 | 1000010 |
Color Harmonies of #FC57B2
Complementary color
Monochromatic Colors of #FC57B2
Black with #FC57B2
Text Example
Text Example
White with #FC57B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57B2; }
p { color: rgb(252,87,178); }
H1.HeaderClassName
{
color: #FC57B2;
}
.AnyTagClassName
{
color: #FC57B2;
}
</style>
background-color css
<style>
a { background-color: #FC57B2; }
a { background-color: rgb(252,87,178); }
div.DivClassName
{
background-color: #FC57B2;
}
.BgClassName
{
background-color: #FC57B2;
}
</style>
border-color css
<style>
span { border-color: #FC57B2; }
span { border-color: rgb(252,87,178); }
td.TdClassName
{
border-color: #FC57B2;
}
.TagClassName
{
border-color: #FC57B2;
}
</style>