Shades of Brilliant Rose #FC509E
Tints of Brilliant Rose #FC509E
RGB
CMYK
RGB Variations
Color information
#FC509E (or 0xFC509E) is known color: Brilliant Rose. HEX triplet: FC, 50 and 9E. RGB value is (252,80,158). Sum of RGB (Red+Green+Blue) = 252+80+158=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC509E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC509E is #03AF61. Grayscale: #8C8C8C. Windows color (decimal): -241506 or 10375420. OLE color: 10375420.
HSL color Cylindrical-coordinate representation of color #FC509E: hue angle of 332.79º 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 #FC509E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 158 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.01 |
| HSL | 332.79º | 0.97% | 0.65% | - |
| HSV(B) | 332.79º | 0.68% | 0.99% | - |
| XYZ | 49.19 | 28.9 | 35.33 | - |
| YUV | 140.32 | 137.98 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 158 | 0 | 0.68 | 0.37 | 0.01 | 332.79 | 0.97 | 0.65 |
| Hex | FC | 50 | 9E | 0 | 44 | 25 | 1 | 14D | 61 | 41 |
| Octal | 374 | 120 | 236 | 0 | 104 | 45 | 1 | 515 | 141 | 101 |
| Binary | 11111100 | 1010000 | 10011110 | 0 | 1000100 | 100101 | 1 | 101001101 | 1100001 | 1000001 |
Color Harmonies of #FC509E
Complementary color
Monochromatic Colors of #FC509E
Black with #FC509E
Text Example
Text Example
White with #FC509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC509E; }
p { color: rgb(252,80,158); }
H1.HeaderClassName
{
color: #FC509E;
}
.AnyTagClassName
{
color: #FC509E;
}
</style>
background-color css
<style>
a { background-color: #FC509E; }
a { background-color: rgb(252,80,158); }
div.DivClassName
{
background-color: #FC509E;
}
.BgClassName
{
background-color: #FC509E;
}
</style>
border-color css
<style>
span { border-color: #FC509E; }
span { border-color: rgb(252,80,158); }
td.TdClassName
{
border-color: #FC509E;
}
.TagClassName
{
border-color: #FC509E;
}
</style>