Shades of Brilliant Rose #FC4DB2
Tints of Brilliant Rose #FC4DB2
RGB
CMYK
RGB Variations
Color information
#FC4DB2 (or 0xFC4DB2) is known color: Brilliant Rose. HEX triplet: FC, 4D and B2. RGB value is (252,77,178). Sum of RGB (Red+Green+Blue) = 252+77+178=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4DB2 is #03B24D. Grayscale: #8C8C8C. Windows color (decimal): -242254 or 11685372. OLE color: 11685372.
HSL color Cylindrical-coordinate representation of color #FC4DB2: hue angle of 325.37º 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 #FC4DB2 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 178 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.01 |
| HSL | 325.37º | 0.97% | 0.65% | - |
| HSV(B) | 325.37º | 0.69% | 0.99% | - |
| XYZ | 50.83 | 29.22 | 45.08 | - |
| YUV | 140.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 178 | 0 | 0.69 | 0.29 | 0.01 | 325.37 | 0.97 | 0.65 |
| Hex | FC | 4D | B2 | 0 | 45 | 1D | 1 | 145 | 61 | 41 |
| Octal | 374 | 115 | 262 | 0 | 105 | 35 | 1 | 505 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10110010 | 0 | 1000101 | 11101 | 1 | 101000101 | 1100001 | 1000001 |
Color Harmonies of #FC4DB2
Complementary color
Monochromatic Colors of #FC4DB2
Black with #FC4DB2
Text Example
Text Example
White with #FC4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DB2; }
p { color: rgb(252,77,178); }
H1.HeaderClassName
{
color: #FC4DB2;
}
.AnyTagClassName
{
color: #FC4DB2;
}
</style>
background-color css
<style>
a { background-color: #FC4DB2; }
a { background-color: rgb(252,77,178); }
div.DivClassName
{
background-color: #FC4DB2;
}
.BgClassName
{
background-color: #FC4DB2;
}
</style>
border-color css
<style>
span { border-color: #FC4DB2; }
span { border-color: rgb(252,77,178); }
td.TdClassName
{
border-color: #FC4DB2;
}
.TagClassName
{
border-color: #FC4DB2;
}
</style>