Shades of Brilliant Rose #FC5BA6
Tints of Brilliant Rose #FC5BA6
RGB
CMYK
RGB Variations
Color information
#FC5BA6 (or 0xFC5BA6) is known color: Brilliant Rose. HEX triplet: FC, 5B and A6. RGB value is (252,91,166). Sum of RGB (Red+Green+Blue) = 252+91+166=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BA6 is #03A459. Grayscale: #939393. Windows color (decimal): -238682 or 10902524. OLE color: 10902524.
HSL color Cylindrical-coordinate representation of color #FC5BA6: hue angle of 332.05º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5BA6 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 166 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.01 |
| HSL | 332.05º | 0.96% | 0.67% | - |
| HSV(B) | 332.05º | 0.64% | 0.99% | - |
| XYZ | 50.77 | 30.93 | 39.37 | - |
| YUV | 147.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 166 | 0 | 0.64 | 0.34 | 0.01 | 332.05 | 0.96 | 0.67 |
| Hex | FC | 5B | A6 | 0 | 40 | 22 | 1 | 14C | 60 | 43 |
| Octal | 374 | 133 | 246 | 0 | 100 | 42 | 1 | 514 | 140 | 103 |
| Binary | 11111100 | 1011011 | 10100110 | 0 | 1000000 | 100010 | 1 | 101001100 | 1100000 | 1000011 |
Color Harmonies of #FC5BA6
Complementary color
Monochromatic Colors of #FC5BA6
Black with #FC5BA6
Text Example
Text Example
White with #FC5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BA6; }
p { color: rgb(252,91,166); }
H1.HeaderClassName
{
color: #FC5BA6;
}
.AnyTagClassName
{
color: #FC5BA6;
}
</style>
background-color css
<style>
a { background-color: #FC5BA6; }
a { background-color: rgb(252,91,166); }
div.DivClassName
{
background-color: #FC5BA6;
}
.BgClassName
{
background-color: #FC5BA6;
}
</style>
border-color css
<style>
span { border-color: #FC5BA6; }
span { border-color: rgb(252,91,166); }
td.TdClassName
{
border-color: #FC5BA6;
}
.TagClassName
{
border-color: #FC5BA6;
}
</style>