Shades of Brilliant Rose #FC51A3
Tints of Brilliant Rose #FC51A3
RGB
CMYK
RGB Variations
Color information
#FC51A3 (or 0xFC51A3) is known color: Brilliant Rose. HEX triplet: FC, 51 and A3. RGB value is (252,81,163). Sum of RGB (Red+Green+Blue) = 252+81+163=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51A3 is #03AE5C. Grayscale: #8D8D8D. Windows color (decimal): -241245 or 10703356. OLE color: 10703356.
HSL color Cylindrical-coordinate representation of color #FC51A3: hue angle of 331.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51A3 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 163 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.01 |
| HSL | 331.23º | 0.97% | 0.65% | - |
| HSV(B) | 331.23º | 0.68% | 0.99% | - |
| XYZ | 49.7 | 29.22 | 37.67 | - |
| YUV | 141.48 | 140.15 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 163 | 0 | 0.68 | 0.35 | 0.01 | 331.23 | 0.97 | 0.65 |
| Hex | FC | 51 | A3 | 0 | 44 | 23 | 1 | 14B | 61 | 41 |
| Octal | 374 | 121 | 243 | 0 | 104 | 43 | 1 | 513 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10100011 | 0 | 1000100 | 100011 | 1 | 101001011 | 1100001 | 1000001 |
Color Harmonies of #FC51A3
Complementary color
Monochromatic Colors of #FC51A3
Black with #FC51A3
Text Example
Text Example
White with #FC51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51A3; }
p { color: rgb(252,81,163); }
H1.HeaderClassName
{
color: #FC51A3;
}
.AnyTagClassName
{
color: #FC51A3;
}
</style>
background-color css
<style>
a { background-color: #FC51A3; }
a { background-color: rgb(252,81,163); }
div.DivClassName
{
background-color: #FC51A3;
}
.BgClassName
{
background-color: #FC51A3;
}
</style>
border-color css
<style>
span { border-color: #FC51A3; }
span { border-color: rgb(252,81,163); }
td.TdClassName
{
border-color: #FC51A3;
}
.TagClassName
{
border-color: #FC51A3;
}
</style>