Shades of Brilliant Rose #FC52A1
Tints of Brilliant Rose #FC52A1
RGB
CMYK
RGB Variations
Color information
#FC52A1 (or 0xFC52A1) is known color: Brilliant Rose. HEX triplet: FC, 52 and A1. RGB value is (252,82,161). Sum of RGB (Red+Green+Blue) = 252+82+161=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC52A1 is #03AD5E. Grayscale: #8D8D8D. Windows color (decimal): -240991 or 10572540. OLE color: 10572540.
HSL color Cylindrical-coordinate representation of color #FC52A1: hue angle of 332.12º 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 #FC52A1 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 161 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.01 |
| HSL | 332.12º | 0.97% | 0.65% | - |
| HSV(B) | 332.12º | 0.67% | 0.99% | - |
| XYZ | 49.6 | 29.3 | 36.76 | - |
| YUV | 141.84 | 138.82 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 161 | 0 | 0.67 | 0.36 | 0.01 | 332.12 | 0.97 | 0.65 |
| Hex | FC | 52 | A1 | 0 | 43 | 24 | 1 | 14C | 61 | 41 |
| Octal | 374 | 122 | 241 | 0 | 103 | 44 | 1 | 514 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10100001 | 0 | 1000011 | 100100 | 1 | 101001100 | 1100001 | 1000001 |
Color Harmonies of #FC52A1
Complementary color
Monochromatic Colors of #FC52A1
Black with #FC52A1
Text Example
Text Example
White with #FC52A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52A1; }
p { color: rgb(252,82,161); }
H1.HeaderClassName
{
color: #FC52A1;
}
.AnyTagClassName
{
color: #FC52A1;
}
</style>
background-color css
<style>
a { background-color: #FC52A1; }
a { background-color: rgb(252,82,161); }
div.DivClassName
{
background-color: #FC52A1;
}
.BgClassName
{
background-color: #FC52A1;
}
</style>
border-color css
<style>
span { border-color: #FC52A1; }
span { border-color: rgb(252,82,161); }
td.TdClassName
{
border-color: #FC52A1;
}
.TagClassName
{
border-color: #FC52A1;
}
</style>