Shades of Brilliant Rose #FC4CBC
Tints of Brilliant Rose #FC4CBC
RGB
CMYK
RGB Variations
Color information
#FC4CBC (or 0xFC4CBC) is known color: Brilliant Rose. HEX triplet: FC, 4C and BC. RGB value is (252,76,188). Sum of RGB (Red+Green+Blue) = 252+76+188=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4CBC is #03B343. Grayscale: #8D8D8D. Windows color (decimal): -242500 or 12340476. OLE color: 12340476.
HSL color Cylindrical-coordinate representation of color #FC4CBC: hue angle of 321.82º 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 #FC4CBC is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 188 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.01 |
| HSL | 321.82º | 0.97% | 0.64% | - |
| HSV(B) | 321.82º | 0.7% | 0.99% | - |
| XYZ | 51.81 | 29.5 | 50.54 | - |
| YUV | 141.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 188 | 0 | 0.70 | 0.25 | 0.01 | 321.82 | 0.97 | 0.64 |
| Hex | FC | 4C | BC | 0 | 46 | 19 | 1 | 142 | 61 | 40 |
| Octal | 374 | 114 | 274 | 0 | 106 | 31 | 1 | 502 | 141 | 100 |
| Binary | 11111100 | 1001100 | 10111100 | 0 | 1000110 | 11001 | 1 | 101000010 | 1100001 | 1000000 |
Color Harmonies of #FC4CBC
Complementary color
Monochromatic Colors of #FC4CBC
Black with #FC4CBC
Text Example
Text Example
White with #FC4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4CBC; }
p { color: rgb(252,76,188); }
H1.HeaderClassName
{
color: #FC4CBC;
}
.AnyTagClassName
{
color: #FC4CBC;
}
</style>
background-color css
<style>
a { background-color: #FC4CBC; }
a { background-color: rgb(252,76,188); }
div.DivClassName
{
background-color: #FC4CBC;
}
.BgClassName
{
background-color: #FC4CBC;
}
</style>
border-color css
<style>
span { border-color: #FC4CBC; }
span { border-color: rgb(252,76,188); }
td.TdClassName
{
border-color: #FC4CBC;
}
.TagClassName
{
border-color: #FC4CBC;
}
</style>