Shades of Brilliant Rose #FC4DB5
Tints of Brilliant Rose #FC4DB5
RGB
CMYK
RGB Variations
Color information
#FC4DB5 (or 0xFC4DB5) is known color: Brilliant Rose. HEX triplet: FC, 4D and B5. RGB value is (252,77,181). Sum of RGB (Red+Green+Blue) = 252+77+181=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DB5 is #03B24A. Grayscale: #8C8C8C. Windows color (decimal): -242251 or 11881980. OLE color: 11881980.
HSL color Cylindrical-coordinate representation of color #FC4DB5: hue angle of 324.34º 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 #FC4DB5 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 181 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.01 |
| HSL | 324.34º | 0.97% | 0.65% | - |
| HSV(B) | 324.34º | 0.69% | 0.99% | - |
| XYZ | 51.14 | 29.34 | 46.68 | - |
| YUV | 141.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 181 | 0 | 0.69 | 0.28 | 0.01 | 324.34 | 0.97 | 0.65 |
| Hex | FC | 4D | B5 | 0 | 45 | 1C | 1 | 144 | 61 | 41 |
| Octal | 374 | 115 | 265 | 0 | 105 | 34 | 1 | 504 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10110101 | 0 | 1000101 | 11100 | 1 | 101000100 | 1100001 | 1000001 |
Color Harmonies of #FC4DB5
Complementary color
Monochromatic Colors of #FC4DB5
Black with #FC4DB5
Text Example
Text Example
White with #FC4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DB5; }
p { color: rgb(252,77,181); }
H1.HeaderClassName
{
color: #FC4DB5;
}
.AnyTagClassName
{
color: #FC4DB5;
}
</style>
background-color css
<style>
a { background-color: #FC4DB5; }
a { background-color: rgb(252,77,181); }
div.DivClassName
{
background-color: #FC4DB5;
}
.BgClassName
{
background-color: #FC4DB5;
}
</style>
border-color css
<style>
span { border-color: #FC4DB5; }
span { border-color: rgb(252,77,181); }
td.TdClassName
{
border-color: #FC4DB5;
}
.TagClassName
{
border-color: #FC4DB5;
}
</style>