Shades of Brilliant Rose #FC5BA3
Tints of Brilliant Rose #FC5BA3
RGB
CMYK
RGB Variations
Color information
#FC5BA3 (or 0xFC5BA3) is known color: Brilliant Rose. HEX triplet: FC, 5B and A3. RGB value is (252,91,163). Sum of RGB (Red+Green+Blue) = 252+91+163=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BA3 is #03A45C. Grayscale: #939393. Windows color (decimal): -238685 or 10705916. OLE color: 10705916.
HSL color Cylindrical-coordinate representation of color #FC5BA3: hue angle of 333.17º 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 #FC5BA3 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 163 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.01 |
| HSL | 333.17º | 0.96% | 0.67% | - |
| HSV(B) | 333.17º | 0.64% | 0.99% | - |
| XYZ | 50.5 | 30.82 | 37.94 | - |
| YUV | 147.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 163 | 0 | 0.64 | 0.35 | 0.01 | 333.17 | 0.96 | 0.67 |
| Hex | FC | 5B | A3 | 0 | 40 | 23 | 1 | 14D | 60 | 43 |
| Octal | 374 | 133 | 243 | 0 | 100 | 43 | 1 | 515 | 140 | 103 |
| Binary | 11111100 | 1011011 | 10100011 | 0 | 1000000 | 100011 | 1 | 101001101 | 1100000 | 1000011 |
Color Harmonies of #FC5BA3
Complementary color
Monochromatic Colors of #FC5BA3
Black with #FC5BA3
Text Example
Text Example
White with #FC5BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BA3; }
p { color: rgb(252,91,163); }
H1.HeaderClassName
{
color: #FC5BA3;
}
.AnyTagClassName
{
color: #FC5BA3;
}
</style>
background-color css
<style>
a { background-color: #FC5BA3; }
a { background-color: rgb(252,91,163); }
div.DivClassName
{
background-color: #FC5BA3;
}
.BgClassName
{
background-color: #FC5BA3;
}
</style>
border-color css
<style>
span { border-color: #FC5BA3; }
span { border-color: rgb(252,91,163); }
td.TdClassName
{
border-color: #FC5BA3;
}
.TagClassName
{
border-color: #FC5BA3;
}
</style>