Shades of Brilliant Rose #FC52A3
Tints of Brilliant Rose #FC52A3
RGB
CMYK
RGB Variations
Color information
#FC52A3 (or 0xFC52A3) is known color: Brilliant Rose. HEX triplet: FC, 52 and A3. RGB value is (252,82,163). Sum of RGB (Red+Green+Blue) = 252+82+163=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC52A3 is #03AD5C. Grayscale: #8D8D8D. Windows color (decimal): -240989 or 10703612. OLE color: 10703612.
HSL color Cylindrical-coordinate representation of color #FC52A3: hue angle of 331.41º 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 #FC52A3 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 163 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.01 |
| HSL | 331.41º | 0.97% | 0.65% | - |
| HSV(B) | 331.41º | 0.67% | 0.99% | - |
| XYZ | 49.77 | 29.37 | 37.7 | - |
| YUV | 142.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 163 | 0 | 0.67 | 0.35 | 0.01 | 331.41 | 0.97 | 0.65 |
| Hex | FC | 52 | A3 | 0 | 43 | 23 | 1 | 14B | 61 | 41 |
| Octal | 374 | 122 | 243 | 0 | 103 | 43 | 1 | 513 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10100011 | 0 | 1000011 | 100011 | 1 | 101001011 | 1100001 | 1000001 |
Color Harmonies of #FC52A3
Complementary color
Monochromatic Colors of #FC52A3
Black with #FC52A3
Text Example
Text Example
White with #FC52A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52A3; }
p { color: rgb(252,82,163); }
H1.HeaderClassName
{
color: #FC52A3;
}
.AnyTagClassName
{
color: #FC52A3;
}
</style>
background-color css
<style>
a { background-color: #FC52A3; }
a { background-color: rgb(252,82,163); }
div.DivClassName
{
background-color: #FC52A3;
}
.BgClassName
{
background-color: #FC52A3;
}
</style>
border-color css
<style>
span { border-color: #FC52A3; }
span { border-color: rgb(252,82,163); }
td.TdClassName
{
border-color: #FC52A3;
}
.TagClassName
{
border-color: #FC52A3;
}
</style>