Shades of Brilliant Rose #FC51B2
Tints of Brilliant Rose #FC51B2
RGB
CMYK
RGB Variations
Color information
#FC51B2 (or 0xFC51B2) is known color: Brilliant Rose. HEX triplet: FC, 51 and B2. RGB value is (252,81,178). Sum of RGB (Red+Green+Blue) = 252+81+178=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51B2 is #03AE4D. Grayscale: #8E8E8E. Windows color (decimal): -241230 or 11686396. OLE color: 11686396.
HSL color Cylindrical-coordinate representation of color #FC51B2: hue angle of 325.96º 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 #FC51B2 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 178 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.01 |
| HSL | 325.96º | 0.97% | 0.65% | - |
| HSV(B) | 325.96º | 0.68% | 0.99% | - |
| XYZ | 51.12 | 29.79 | 45.18 | - |
| YUV | 143.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 178 | 0 | 0.68 | 0.29 | 0.01 | 325.96 | 0.97 | 0.65 |
| Hex | FC | 51 | B2 | 0 | 44 | 1D | 1 | 146 | 61 | 41 |
| Octal | 374 | 121 | 262 | 0 | 104 | 35 | 1 | 506 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10110010 | 0 | 1000100 | 11101 | 1 | 101000110 | 1100001 | 1000001 |
Color Harmonies of #FC51B2
Complementary color
Monochromatic Colors of #FC51B2
Black with #FC51B2
Text Example
Text Example
White with #FC51B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51B2; }
p { color: rgb(252,81,178); }
H1.HeaderClassName
{
color: #FC51B2;
}
.AnyTagClassName
{
color: #FC51B2;
}
</style>
background-color css
<style>
a { background-color: #FC51B2; }
a { background-color: rgb(252,81,178); }
div.DivClassName
{
background-color: #FC51B2;
}
.BgClassName
{
background-color: #FC51B2;
}
</style>
border-color css
<style>
span { border-color: #FC51B2; }
span { border-color: rgb(252,81,178); }
td.TdClassName
{
border-color: #FC51B2;
}
.TagClassName
{
border-color: #FC51B2;
}
</style>