Shades of Brilliant Rose #FC549D
Tints of Brilliant Rose #FC549D
RGB
CMYK
RGB Variations
Color information
#FC549D (or 0xFC549D) is known color: Brilliant Rose. HEX triplet: FC, 54 and 9D. RGB value is (252,84,157). Sum of RGB (Red+Green+Blue) = 252+84+157=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC549D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC549D is #03AB62. Grayscale: #8E8E8E. Windows color (decimal): -240483 or 10310908. OLE color: 10310908.
HSL color Cylindrical-coordinate representation of color #FC549D: hue angle of 333.93º 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 #FC549D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 157 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.01 |
| HSL | 333.93º | 0.97% | 0.66% | - |
| HSV(B) | 333.93º | 0.67% | 0.99% | - |
| XYZ | 49.4 | 29.47 | 34.98 | - |
| YUV | 142.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 157 | 0 | 0.67 | 0.38 | 0.01 | 333.93 | 0.97 | 0.66 |
| Hex | FC | 54 | 9D | 0 | 43 | 26 | 1 | 14E | 61 | 42 |
| Octal | 374 | 124 | 235 | 0 | 103 | 46 | 1 | 516 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10011101 | 0 | 1000011 | 100110 | 1 | 101001110 | 1100001 | 1000010 |
Color Harmonies of #FC549D
Complementary color
Monochromatic Colors of #FC549D
Black with #FC549D
Text Example
Text Example
White with #FC549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC549D; }
p { color: rgb(252,84,157); }
H1.HeaderClassName
{
color: #FC549D;
}
.AnyTagClassName
{
color: #FC549D;
}
</style>
background-color css
<style>
a { background-color: #FC549D; }
a { background-color: rgb(252,84,157); }
div.DivClassName
{
background-color: #FC549D;
}
.BgClassName
{
background-color: #FC549D;
}
</style>
border-color css
<style>
span { border-color: #FC549D; }
span { border-color: rgb(252,84,157); }
td.TdClassName
{
border-color: #FC549D;
}
.TagClassName
{
border-color: #FC549D;
}
</style>