Shades of Brilliant Rose #FC529C
Tints of Brilliant Rose #FC529C
RGB
CMYK
RGB Variations
Color information
#FC529C (or 0xFC529C) is known color: Brilliant Rose. HEX triplet: FC, 52 and 9C. RGB value is (252,82,156). Sum of RGB (Red+Green+Blue) = 252+82+156=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC529C is #03AD63. Grayscale: #8D8D8D. Windows color (decimal): -240996 or 10244860. OLE color: 10244860.
HSL color Cylindrical-coordinate representation of color #FC529C: hue angle of 333.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC529C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 156 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.01 |
| HSL | 333.88º | 0.97% | 0.65% | - |
| HSV(B) | 333.88º | 0.67% | 0.99% | - |
| XYZ | 49.16 | 29.13 | 34.48 | - |
| YUV | 141.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 156 | 0 | 0.67 | 0.38 | 0.01 | 333.88 | 0.97 | 0.65 |
| Hex | FC | 52 | 9C | 0 | 43 | 26 | 1 | 14E | 61 | 41 |
| Octal | 374 | 122 | 234 | 0 | 103 | 46 | 1 | 516 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10011100 | 0 | 1000011 | 100110 | 1 | 101001110 | 1100001 | 1000001 |
Color Harmonies of #FC529C
Complementary color
Monochromatic Colors of #FC529C
Black with #FC529C
Text Example
Text Example
White with #FC529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC529C; }
p { color: rgb(252,82,156); }
H1.HeaderClassName
{
color: #FC529C;
}
.AnyTagClassName
{
color: #FC529C;
}
</style>
background-color css
<style>
a { background-color: #FC529C; }
a { background-color: rgb(252,82,156); }
div.DivClassName
{
background-color: #FC529C;
}
.BgClassName
{
background-color: #FC529C;
}
</style>
border-color css
<style>
span { border-color: #FC529C; }
span { border-color: rgb(252,82,156); }
td.TdClassName
{
border-color: #FC529C;
}
.TagClassName
{
border-color: #FC529C;
}
</style>