Shades of Brilliant Rose #FC63A0
Tints of Brilliant Rose #FC63A0
RGB
CMYK
RGB Variations
Color information
#FC63A0 (or 0xFC63A0) is known color: Brilliant Rose. HEX triplet: FC, 63 and A0. RGB value is (252,99,160). Sum of RGB (Red+Green+Blue) = 252+99+160=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC63A0 is #039C5F. Grayscale: #979797. Windows color (decimal): -236640 or 10511356. OLE color: 10511356.
HSL color Cylindrical-coordinate representation of color #FC63A0: hue angle of 336.08º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63A0 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 160 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.01 |
| HSL | 336.08º | 0.96% | 0.69% | - |
| HSV(B) | 336.08º | 0.61% | 0.99% | - |
| XYZ | 50.95 | 32.16 | 36.78 | - |
| YUV | 151.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 160 | 0 | 0.61 | 0.37 | 0.01 | 336.08 | 0.96 | 0.69 |
| Hex | FC | 63 | A0 | 0 | 3D | 25 | 1 | 150 | 60 | 45 |
| Octal | 374 | 143 | 240 | 0 | 75 | 45 | 1 | 520 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10100000 | 0 | 111101 | 100101 | 1 | 101010000 | 1100000 | 1000101 |
Color Harmonies of #FC63A0
Complementary color
Monochromatic Colors of #FC63A0
Black with #FC63A0
Text Example
Text Example
White with #FC63A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63A0; }
p { color: rgb(252,99,160); }
H1.HeaderClassName
{
color: #FC63A0;
}
.AnyTagClassName
{
color: #FC63A0;
}
</style>
background-color css
<style>
a { background-color: #FC63A0; }
a { background-color: rgb(252,99,160); }
div.DivClassName
{
background-color: #FC63A0;
}
.BgClassName
{
background-color: #FC63A0;
}
</style>
border-color css
<style>
span { border-color: #FC63A0; }
span { border-color: rgb(252,99,160); }
td.TdClassName
{
border-color: #FC63A0;
}
.TagClassName
{
border-color: #FC63A0;
}
</style>