Shades of Brilliant Rose #FC51A1
Tints of Brilliant Rose #FC51A1
RGB
CMYK
RGB Variations
Color information
#FC51A1 (or 0xFC51A1) is known color: Brilliant Rose. HEX triplet: FC, 51 and A1. RGB value is (252,81,161). Sum of RGB (Red+Green+Blue) = 252+81+161=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51A1 is #03AE5E. Grayscale: #8D8D8D. Windows color (decimal): -241247 or 10572284. OLE color: 10572284.
HSL color Cylindrical-coordinate representation of color #FC51A1: hue angle of 331.93º 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 #FC51A1 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 161 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.01 |
| HSL | 331.93º | 0.97% | 0.65% | - |
| HSV(B) | 331.93º | 0.68% | 0.99% | - |
| XYZ | 49.52 | 29.15 | 36.74 | - |
| YUV | 141.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 161 | 0 | 0.68 | 0.36 | 0.01 | 331.93 | 0.97 | 0.65 |
| Hex | FC | 51 | A1 | 0 | 44 | 24 | 1 | 14C | 61 | 41 |
| Octal | 374 | 121 | 241 | 0 | 104 | 44 | 1 | 514 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10100001 | 0 | 1000100 | 100100 | 1 | 101001100 | 1100001 | 1000001 |
Color Harmonies of #FC51A1
Complementary color
Monochromatic Colors of #FC51A1
Black with #FC51A1
Text Example
Text Example
White with #FC51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51A1; }
p { color: rgb(252,81,161); }
H1.HeaderClassName
{
color: #FC51A1;
}
.AnyTagClassName
{
color: #FC51A1;
}
</style>
background-color css
<style>
a { background-color: #FC51A1; }
a { background-color: rgb(252,81,161); }
div.DivClassName
{
background-color: #FC51A1;
}
.BgClassName
{
background-color: #FC51A1;
}
</style>
border-color css
<style>
span { border-color: #FC51A1; }
span { border-color: rgb(252,81,161); }
td.TdClassName
{
border-color: #FC51A1;
}
.TagClassName
{
border-color: #FC51A1;
}
</style>