Shades of Brilliant Rose #FC539E
Tints of Brilliant Rose #FC539E
RGB
CMYK
RGB Variations
Color information
#FC539E (or 0xFC539E) is known color: Brilliant Rose. HEX triplet: FC, 53 and 9E. RGB value is (252,83,158). Sum of RGB (Red+Green+Blue) = 252+83+158=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC539E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC539E is #03AC61. Grayscale: #8D8D8D. Windows color (decimal): -240738 or 10376188. OLE color: 10376188.
HSL color Cylindrical-coordinate representation of color #FC539E: hue angle of 333.37º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC539E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 158 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.01 |
| HSL | 333.37º | 0.97% | 0.66% | - |
| HSV(B) | 333.37º | 0.67% | 0.99% | - |
| XYZ | 49.41 | 29.35 | 35.41 | - |
| YUV | 142.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 158 | 0 | 0.67 | 0.37 | 0.01 | 333.37 | 0.97 | 0.66 |
| Hex | FC | 53 | 9E | 0 | 43 | 25 | 1 | 14D | 61 | 42 |
| Octal | 374 | 123 | 236 | 0 | 103 | 45 | 1 | 515 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10011110 | 0 | 1000011 | 100101 | 1 | 101001101 | 1100001 | 1000010 |
Color Harmonies of #FC539E
Complementary color
Monochromatic Colors of #FC539E
Black with #FC539E
Text Example
Text Example
White with #FC539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC539E; }
p { color: rgb(252,83,158); }
H1.HeaderClassName
{
color: #FC539E;
}
.AnyTagClassName
{
color: #FC539E;
}
</style>
background-color css
<style>
a { background-color: #FC539E; }
a { background-color: rgb(252,83,158); }
div.DivClassName
{
background-color: #FC539E;
}
.BgClassName
{
background-color: #FC539E;
}
</style>
border-color css
<style>
span { border-color: #FC539E; }
span { border-color: rgb(252,83,158); }
td.TdClassName
{
border-color: #FC539E;
}
.TagClassName
{
border-color: #FC539E;
}
</style>