Shades of Brilliant Rose #FC519B
Tints of Brilliant Rose #FC519B
RGB
CMYK
RGB Variations
Color information
#FC519B (or 0xFC519B) is known color: Brilliant Rose. HEX triplet: FC, 51 and 9B. RGB value is (252,81,155). Sum of RGB (Red+Green+Blue) = 252+81+155=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC519B is #03AE64. Grayscale: #8C8C8C. Windows color (decimal): -241253 or 10179068. OLE color: 10179068.
HSL color Cylindrical-coordinate representation of color #FC519B: hue angle of 334.04º 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 #FC519B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 155 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.01 |
| HSL | 334.04º | 0.97% | 0.65% | - |
| HSV(B) | 334.04º | 0.68% | 0.99% | - |
| XYZ | 49 | 28.95 | 34.01 | - |
| YUV | 140.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 155 | 0 | 0.68 | 0.38 | 0.01 | 334.04 | 0.97 | 0.65 |
| Hex | FC | 51 | 9B | 0 | 44 | 26 | 1 | 14E | 61 | 41 |
| Octal | 374 | 121 | 233 | 0 | 104 | 46 | 1 | 516 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10011011 | 0 | 1000100 | 100110 | 1 | 101001110 | 1100001 | 1000001 |
Color Harmonies of #FC519B
Complementary color
Monochromatic Colors of #FC519B
Black with #FC519B
Text Example
Text Example
White with #FC519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC519B; }
p { color: rgb(252,81,155); }
H1.HeaderClassName
{
color: #FC519B;
}
.AnyTagClassName
{
color: #FC519B;
}
</style>
background-color css
<style>
a { background-color: #FC519B; }
a { background-color: rgb(252,81,155); }
div.DivClassName
{
background-color: #FC519B;
}
.BgClassName
{
background-color: #FC519B;
}
</style>
border-color css
<style>
span { border-color: #FC519B; }
span { border-color: rgb(252,81,155); }
td.TdClassName
{
border-color: #FC519B;
}
.TagClassName
{
border-color: #FC519B;
}
</style>