Shades of Brilliant Rose #FC529A
Tints of Brilliant Rose #FC529A
RGB
CMYK
RGB Variations
Color information
#FC529A (or 0xFC529A) is known color: Brilliant Rose. HEX triplet: FC, 52 and 9A. RGB value is (252,82,154). Sum of RGB (Red+Green+Blue) = 252+82+154=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC529A is #03AD65. Grayscale: #8C8C8C. Windows color (decimal): -240998 or 10113788. OLE color: 10113788.
HSL color Cylindrical-coordinate representation of color #FC529A: hue angle of 334.59º 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 #FC529A is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 154 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.01 |
| HSL | 334.59º | 0.97% | 0.65% | - |
| HSV(B) | 334.59º | 0.67% | 0.99% | - |
| XYZ | 48.99 | 29.06 | 33.6 | - |
| YUV | 141.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 154 | 0 | 0.67 | 0.39 | 0.01 | 334.59 | 0.97 | 0.65 |
| Hex | FC | 52 | 9A | 0 | 43 | 27 | 1 | 14F | 61 | 41 |
| Octal | 374 | 122 | 232 | 0 | 103 | 47 | 1 | 517 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10011010 | 0 | 1000011 | 100111 | 1 | 101001111 | 1100001 | 1000001 |
Color Harmonies of #FC529A
Complementary color
Monochromatic Colors of #FC529A
Black with #FC529A
Text Example
Text Example
White with #FC529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC529A; }
p { color: rgb(252,82,154); }
H1.HeaderClassName
{
color: #FC529A;
}
.AnyTagClassName
{
color: #FC529A;
}
</style>
background-color css
<style>
a { background-color: #FC529A; }
a { background-color: rgb(252,82,154); }
div.DivClassName
{
background-color: #FC529A;
}
.BgClassName
{
background-color: #FC529A;
}
</style>
border-color css
<style>
span { border-color: #FC529A; }
span { border-color: rgb(252,82,154); }
td.TdClassName
{
border-color: #FC529A;
}
.TagClassName
{
border-color: #FC529A;
}
</style>