Shades of Brilliant Rose #FC549B
Tints of Brilliant Rose #FC549B
RGB
CMYK
RGB Variations
Color information
#FC549B (or 0xFC549B) is known color: Brilliant Rose. HEX triplet: FC, 54 and 9B. RGB value is (252,84,155). Sum of RGB (Red+Green+Blue) = 252+84+155=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC549B is #03AB64. Grayscale: #8E8E8E. Windows color (decimal): -240485 or 10179836. OLE color: 10179836.
HSL color Cylindrical-coordinate representation of color #FC549B: hue angle of 334.64º 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 #FC549B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 155 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.01 |
| HSL | 334.64º | 0.97% | 0.66% | - |
| HSV(B) | 334.64º | 0.67% | 0.99% | - |
| XYZ | 49.23 | 29.4 | 34.09 | - |
| YUV | 142.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 155 | 0 | 0.67 | 0.38 | 0.01 | 334.64 | 0.97 | 0.66 |
| Hex | FC | 54 | 9B | 0 | 43 | 26 | 1 | 14F | 61 | 42 |
| Octal | 374 | 124 | 233 | 0 | 103 | 46 | 1 | 517 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10011011 | 0 | 1000011 | 100110 | 1 | 101001111 | 1100001 | 1000010 |
Color Harmonies of #FC549B
Complementary color
Monochromatic Colors of #FC549B
Black with #FC549B
Text Example
Text Example
White with #FC549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC549B; }
p { color: rgb(252,84,155); }
H1.HeaderClassName
{
color: #FC549B;
}
.AnyTagClassName
{
color: #FC549B;
}
</style>
background-color css
<style>
a { background-color: #FC549B; }
a { background-color: rgb(252,84,155); }
div.DivClassName
{
background-color: #FC549B;
}
.BgClassName
{
background-color: #FC549B;
}
</style>
border-color css
<style>
span { border-color: #FC549B; }
span { border-color: rgb(252,84,155); }
td.TdClassName
{
border-color: #FC549B;
}
.TagClassName
{
border-color: #FC549B;
}
</style>