Shades of Brilliant Rose #FC63A3
Tints of Brilliant Rose #FC63A3
RGB
CMYK
RGB Variations
Color information
#FC63A3 (or 0xFC63A3) is known color: Brilliant Rose. HEX triplet: FC, 63 and A3. RGB value is (252,99,163). Sum of RGB (Red+Green+Blue) = 252+99+163=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC63A3 is #039C5C. Grayscale: #979797. Windows color (decimal): -236637 or 10707964. OLE color: 10707964.
HSL color Cylindrical-coordinate representation of color #FC63A3: hue angle of 334.9º 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 #FC63A3 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 163 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.01 |
| HSL | 334.9º | 0.96% | 0.69% | - |
| HSV(B) | 334.9º | 0.61% | 0.99% | - |
| XYZ | 51.22 | 32.26 | 38.18 | - |
| YUV | 152.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 163 | 0 | 0.61 | 0.35 | 0.01 | 334.9 | 0.96 | 0.69 |
| Hex | FC | 63 | A3 | 0 | 3D | 23 | 1 | 14F | 60 | 45 |
| Octal | 374 | 143 | 243 | 0 | 75 | 43 | 1 | 517 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10100011 | 0 | 111101 | 100011 | 1 | 101001111 | 1100000 | 1000101 |
Color Harmonies of #FC63A3
Complementary color
Monochromatic Colors of #FC63A3
Black with #FC63A3
Text Example
Text Example
White with #FC63A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63A3; }
p { color: rgb(252,99,163); }
H1.HeaderClassName
{
color: #FC63A3;
}
.AnyTagClassName
{
color: #FC63A3;
}
</style>
background-color css
<style>
a { background-color: #FC63A3; }
a { background-color: rgb(252,99,163); }
div.DivClassName
{
background-color: #FC63A3;
}
.BgClassName
{
background-color: #FC63A3;
}
</style>
border-color css
<style>
span { border-color: #FC63A3; }
span { border-color: rgb(252,99,163); }
td.TdClassName
{
border-color: #FC63A3;
}
.TagClassName
{
border-color: #FC63A3;
}
</style>