Shades of Brilliant Rose #FC4CA9
Tints of Brilliant Rose #FC4CA9
RGB
CMYK
RGB Variations
Color information
#FC4CA9 (or 0xFC4CA9) is known color: Brilliant Rose. HEX triplet: FC, 4C and A9. RGB value is (252,76,169). Sum of RGB (Red+Green+Blue) = 252+76+169=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4CA9 is #03B356. Grayscale: #8B8B8B. Windows color (decimal): -242519 or 11095292. OLE color: 11095292.
HSL color Cylindrical-coordinate representation of color #FC4CA9: hue angle of 328.3º 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 #FC4CA9 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 169 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.01 |
| HSL | 328.3º | 0.97% | 0.64% | - |
| HSV(B) | 328.3º | 0.7% | 0.99% | - |
| XYZ | 49.89 | 28.73 | 40.45 | - |
| YUV | 139.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 169 | 0 | 0.70 | 0.33 | 0.01 | 328.3 | 0.97 | 0.64 |
| Hex | FC | 4C | A9 | 0 | 46 | 21 | 1 | 148 | 61 | 40 |
| Octal | 374 | 114 | 251 | 0 | 106 | 41 | 1 | 510 | 141 | 100 |
| Binary | 11111100 | 1001100 | 10101001 | 0 | 1000110 | 100001 | 1 | 101001000 | 1100001 | 1000000 |
Color Harmonies of #FC4CA9
Complementary color
Monochromatic Colors of #FC4CA9
Black with #FC4CA9
Text Example
Text Example
White with #FC4CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4CA9; }
p { color: rgb(252,76,169); }
H1.HeaderClassName
{
color: #FC4CA9;
}
.AnyTagClassName
{
color: #FC4CA9;
}
</style>
background-color css
<style>
a { background-color: #FC4CA9; }
a { background-color: rgb(252,76,169); }
div.DivClassName
{
background-color: #FC4CA9;
}
.BgClassName
{
background-color: #FC4CA9;
}
</style>
border-color css
<style>
span { border-color: #FC4CA9; }
span { border-color: rgb(252,76,169); }
td.TdClassName
{
border-color: #FC4CA9;
}
.TagClassName
{
border-color: #FC4CA9;
}
</style>