Shades of Brilliant Rose #FC4CA4
Tints of Brilliant Rose #FC4CA4
RGB
CMYK
RGB Variations
Color information
#FC4CA4 (or 0xFC4CA4) is known color: Brilliant Rose. HEX triplet: FC, 4C and A4. RGB value is (252,76,164). Sum of RGB (Red+Green+Blue) = 252+76+164=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4CA4 is #03B35B. Grayscale: #8A8A8A. Windows color (decimal): -242524 or 10767612. OLE color: 10767612.
HSL color Cylindrical-coordinate representation of color #FC4CA4: hue angle of 330º 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 #FC4CA4 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 164 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.01 |
| HSL | 330º | 0.97% | 0.64% | - |
| HSV(B) | 330º | 0.7% | 0.99% | - |
| XYZ | 49.43 | 28.54 | 38.03 | - |
| YUV | 138.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 164 | 0 | 0.70 | 0.35 | 0.01 | 330 | 0.97 | 0.64 |
| Hex | FC | 4C | A4 | 0 | 46 | 23 | 1 | 14A | 61 | 40 |
| Octal | 374 | 114 | 244 | 0 | 106 | 43 | 1 | 512 | 141 | 100 |
| Binary | 11111100 | 1001100 | 10100100 | 0 | 1000110 | 100011 | 1 | 101001010 | 1100001 | 1000000 |
Color Harmonies of #FC4CA4
Complementary color
Monochromatic Colors of #FC4CA4
Black with #FC4CA4
Text Example
Text Example
White with #FC4CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4CA4; }
p { color: rgb(252,76,164); }
H1.HeaderClassName
{
color: #FC4CA4;
}
.AnyTagClassName
{
color: #FC4CA4;
}
</style>
background-color css
<style>
a { background-color: #FC4CA4; }
a { background-color: rgb(252,76,164); }
div.DivClassName
{
background-color: #FC4CA4;
}
.BgClassName
{
background-color: #FC4CA4;
}
</style>
border-color css
<style>
span { border-color: #FC4CA4; }
span { border-color: rgb(252,76,164); }
td.TdClassName
{
border-color: #FC4CA4;
}
.TagClassName
{
border-color: #FC4CA4;
}
</style>