Shades of Brilliant Rose #FC4E9C
Tints of Brilliant Rose #FC4E9C
RGB
CMYK
RGB Variations
Color information
#FC4E9C (or 0xFC4E9C) is known color: Brilliant Rose. HEX triplet: FC, 4E and 9C. RGB value is (252,78,156). Sum of RGB (Red+Green+Blue) = 252+78+156=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4E9C is #03B163. Grayscale: #8A8A8A. Windows color (decimal): -242020 or 10243836. OLE color: 10243836.
HSL color Cylindrical-coordinate representation of color #FC4E9C: hue angle of 333.1º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4E9C is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 156 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.01 |
| HSL | 333.1º | 0.97% | 0.65% | - |
| HSV(B) | 333.1º | 0.69% | 0.99% | - |
| XYZ | 48.87 | 28.54 | 34.39 | - |
| YUV | 138.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 156 | 0 | 0.69 | 0.38 | 0.01 | 333.1 | 0.97 | 0.65 |
| Hex | FC | 4E | 9C | 0 | 45 | 26 | 1 | 14D | 61 | 41 |
| Octal | 374 | 116 | 234 | 0 | 105 | 46 | 1 | 515 | 141 | 101 |
| Binary | 11111100 | 1001110 | 10011100 | 0 | 1000101 | 100110 | 1 | 101001101 | 1100001 | 1000001 |
Color Harmonies of #FC4E9C
Complementary color
Monochromatic Colors of #FC4E9C
Black with #FC4E9C
Text Example
Text Example
White with #FC4E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E9C; }
p { color: rgb(252,78,156); }
H1.HeaderClassName
{
color: #FC4E9C;
}
.AnyTagClassName
{
color: #FC4E9C;
}
</style>
background-color css
<style>
a { background-color: #FC4E9C; }
a { background-color: rgb(252,78,156); }
div.DivClassName
{
background-color: #FC4E9C;
}
.BgClassName
{
background-color: #FC4E9C;
}
</style>
border-color css
<style>
span { border-color: #FC4E9C; }
span { border-color: rgb(252,78,156); }
td.TdClassName
{
border-color: #FC4E9C;
}
.TagClassName
{
border-color: #FC4E9C;
}
</style>