Shades of Brilliant Rose #FC4CBA
Tints of Brilliant Rose #FC4CBA
RGB
CMYK
RGB Variations
Color information
#FC4CBA (or 0xFC4CBA) is known color: Brilliant Rose. HEX triplet: FC, 4C and BA. RGB value is (252,76,186). Sum of RGB (Red+Green+Blue) = 252+76+186=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CBA is #03B345. Grayscale: #8C8C8C. Windows color (decimal): -242502 or 12209404. OLE color: 12209404.
HSL color Cylindrical-coordinate representation of color #FC4CBA: hue angle of 322.5º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CBA is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 186 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.01 |
| HSL | 322.5º | 0.97% | 0.64% | - |
| HSV(B) | 322.5º | 0.7% | 0.99% | - |
| XYZ | 51.59 | 29.41 | 49.41 | - |
| YUV | 141.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 186 | 0 | 0.70 | 0.26 | 0.01 | 322.5 | 0.97 | 0.64 |
| Hex | FC | 4C | BA | 0 | 46 | 1A | 1 | 142 | 61 | 40 |
| Octal | 374 | 114 | 272 | 0 | 106 | 32 | 1 | 502 | 141 | 100 |
| Binary | 11111100 | 1001100 | 10111010 | 0 | 1000110 | 11010 | 1 | 101000010 | 1100001 | 1000000 |
Color Harmonies of #FC4CBA
Complementary color
Monochromatic Colors of #FC4CBA
Black with #FC4CBA
Text Example
Text Example
White with #FC4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4CBA; }
p { color: rgb(252,76,186); }
H1.HeaderClassName
{
color: #FC4CBA;
}
.AnyTagClassName
{
color: #FC4CBA;
}
</style>
background-color css
<style>
a { background-color: #FC4CBA; }
a { background-color: rgb(252,76,186); }
div.DivClassName
{
background-color: #FC4CBA;
}
.BgClassName
{
background-color: #FC4CBA;
}
</style>
border-color css
<style>
span { border-color: #FC4CBA; }
span { border-color: rgb(252,76,186); }
td.TdClassName
{
border-color: #FC4CBA;
}
.TagClassName
{
border-color: #FC4CBA;
}
</style>