Shades of Brilliant Rose #FC4A9C
Tints of Brilliant Rose #FC4A9C
RGB
CMYK
RGB Variations
Color information
#FC4A9C (or 0xFC4A9C) is known color: Brilliant Rose. HEX triplet: FC, 4A and 9C. RGB value is (252,74,156). Sum of RGB (Red+Green+Blue) = 252+74+156=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4A9C is #03B563. Grayscale: #888888. Windows color (decimal): -243044 or 10242812. OLE color: 10242812.
HSL color Cylindrical-coordinate representation of color #FC4A9C: hue angle of 332.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4A9C is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 156 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.01 |
| HSL | 332.36º | 0.97% | 0.64% | - |
| HSV(B) | 332.36º | 0.71% | 0.99% | - |
| XYZ | 48.59 | 27.99 | 34.29 | - |
| YUV | 136.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 156 | 0 | 0.71 | 0.38 | 0.01 | 332.36 | 0.97 | 0.64 |
| Hex | FC | 4A | 9C | 0 | 47 | 26 | 1 | 14C | 61 | 40 |
| Octal | 374 | 112 | 234 | 0 | 107 | 46 | 1 | 514 | 141 | 100 |
| Binary | 11111100 | 1001010 | 10011100 | 0 | 1000111 | 100110 | 1 | 101001100 | 1100001 | 1000000 |
Color Harmonies of #FC4A9C
Complementary color
Monochromatic Colors of #FC4A9C
Black with #FC4A9C
Text Example
Text Example
White with #FC4A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A9C; }
p { color: rgb(252,74,156); }
H1.HeaderClassName
{
color: #FC4A9C;
}
.AnyTagClassName
{
color: #FC4A9C;
}
</style>
background-color css
<style>
a { background-color: #FC4A9C; }
a { background-color: rgb(252,74,156); }
div.DivClassName
{
background-color: #FC4A9C;
}
.BgClassName
{
background-color: #FC4A9C;
}
</style>
border-color css
<style>
span { border-color: #FC4A9C; }
span { border-color: rgb(252,74,156); }
td.TdClassName
{
border-color: #FC4A9C;
}
.TagClassName
{
border-color: #FC4A9C;
}
</style>