Shades of Brilliant Rose #FC4CAC
Tints of Brilliant Rose #FC4CAC
RGB
CMYK
RGB Variations
Color information
#FC4CAC (or 0xFC4CAC) is known color: Brilliant Rose. HEX triplet: FC, 4C and AC. RGB value is (252,76,172). Sum of RGB (Red+Green+Blue) = 252+76+172=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4CAC is #03B353. Grayscale: #8B8B8B. Windows color (decimal): -242516 or 11291900. OLE color: 11291900.
HSL color Cylindrical-coordinate representation of color #FC4CAC: hue angle of 327.27º 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 #FC4CAC is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 172 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.01 |
| HSL | 327.27º | 0.97% | 0.64% | - |
| HSV(B) | 327.27º | 0.7% | 0.99% | - |
| XYZ | 50.18 | 28.84 | 41.95 | - |
| YUV | 139.57 | 146.31 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 172 | 0 | 0.70 | 0.32 | 0.01 | 327.27 | 0.97 | 0.64 |
| Hex | FC | 4C | AC | 0 | 46 | 20 | 1 | 147 | 61 | 40 |
| Octal | 374 | 114 | 254 | 0 | 106 | 40 | 1 | 507 | 141 | 100 |
| Binary | 11111100 | 1001100 | 10101100 | 0 | 1000110 | 100000 | 1 | 101000111 | 1100001 | 1000000 |
Color Harmonies of #FC4CAC
Complementary color
Monochromatic Colors of #FC4CAC
Black with #FC4CAC
Text Example
Text Example
White with #FC4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4CAC; }
p { color: rgb(252,76,172); }
H1.HeaderClassName
{
color: #FC4CAC;
}
.AnyTagClassName
{
color: #FC4CAC;
}
</style>
background-color css
<style>
a { background-color: #FC4CAC; }
a { background-color: rgb(252,76,172); }
div.DivClassName
{
background-color: #FC4CAC;
}
.BgClassName
{
background-color: #FC4CAC;
}
</style>
border-color css
<style>
span { border-color: #FC4CAC; }
span { border-color: rgb(252,76,172); }
td.TdClassName
{
border-color: #FC4CAC;
}
.TagClassName
{
border-color: #FC4CAC;
}
</style>