Shades of Brilliant Rose #FC529B
Tints of Brilliant Rose #FC529B
RGB
CMYK
RGB Variations
Color information
#FC529B (or 0xFC529B) is known color: Brilliant Rose. HEX triplet: FC, 52 and 9B. RGB value is (252,82,155). Sum of RGB (Red+Green+Blue) = 252+82+155=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC529B is #03AD64. Grayscale: #8D8D8D. Windows color (decimal): -240997 or 10179324. OLE color: 10179324.
HSL color Cylindrical-coordinate representation of color #FC529B: hue angle of 334.24º 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 #FC529B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 155 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.01 |
| HSL | 334.24º | 0.97% | 0.65% | - |
| HSV(B) | 334.24º | 0.67% | 0.99% | - |
| XYZ | 49.08 | 29.1 | 34.04 | - |
| YUV | 141.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 155 | 0 | 0.67 | 0.38 | 0.01 | 334.24 | 0.97 | 0.65 |
| Hex | FC | 52 | 9B | 0 | 43 | 26 | 1 | 14E | 61 | 41 |
| Octal | 374 | 122 | 233 | 0 | 103 | 46 | 1 | 516 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10011011 | 0 | 1000011 | 100110 | 1 | 101001110 | 1100001 | 1000001 |
Color Harmonies of #FC529B
Complementary color
Monochromatic Colors of #FC529B
Black with #FC529B
Text Example
Text Example
White with #FC529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC529B; }
p { color: rgb(252,82,155); }
H1.HeaderClassName
{
color: #FC529B;
}
.AnyTagClassName
{
color: #FC529B;
}
</style>
background-color css
<style>
a { background-color: #FC529B; }
a { background-color: rgb(252,82,155); }
div.DivClassName
{
background-color: #FC529B;
}
.BgClassName
{
background-color: #FC529B;
}
</style>
border-color css
<style>
span { border-color: #FC529B; }
span { border-color: rgb(252,82,155); }
td.TdClassName
{
border-color: #FC529B;
}
.TagClassName
{
border-color: #FC529B;
}
</style>