Shades of Brilliant Rose #FC509D
Tints of Brilliant Rose #FC509D
RGB
CMYK
RGB Variations
Color information
#FC509D (or 0xFC509D) is known color: Brilliant Rose. HEX triplet: FC, 50 and 9D. RGB value is (252,80,157). Sum of RGB (Red+Green+Blue) = 252+80+157=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC509D is #03AF62. Grayscale: #8C8C8C. Windows color (decimal): -241507 or 10309884. OLE color: 10309884.
HSL color Cylindrical-coordinate representation of color #FC509D: hue angle of 333.14º 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 #FC509D is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 157 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.01 |
| HSL | 333.14º | 0.97% | 0.65% | - |
| HSV(B) | 333.14º | 0.68% | 0.99% | - |
| XYZ | 49.1 | 28.87 | 34.88 | - |
| YUV | 140.21 | 137.48 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 157 | 0 | 0.68 | 0.38 | 0.01 | 333.14 | 0.97 | 0.65 |
| Hex | FC | 50 | 9D | 0 | 44 | 26 | 1 | 14D | 61 | 41 |
| Octal | 374 | 120 | 235 | 0 | 104 | 46 | 1 | 515 | 141 | 101 |
| Binary | 11111100 | 1010000 | 10011101 | 0 | 1000100 | 100110 | 1 | 101001101 | 1100001 | 1000001 |
Color Harmonies of #FC509D
Complementary color
Monochromatic Colors of #FC509D
Black with #FC509D
Text Example
Text Example
White with #FC509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC509D; }
p { color: rgb(252,80,157); }
H1.HeaderClassName
{
color: #FC509D;
}
.AnyTagClassName
{
color: #FC509D;
}
</style>
background-color css
<style>
a { background-color: #FC509D; }
a { background-color: rgb(252,80,157); }
div.DivClassName
{
background-color: #FC509D;
}
.BgClassName
{
background-color: #FC509D;
}
</style>
border-color css
<style>
span { border-color: #FC509D; }
span { border-color: rgb(252,80,157); }
td.TdClassName
{
border-color: #FC509D;
}
.TagClassName
{
border-color: #FC509D;
}
</style>