Shades of Brilliant Rose #FC4DB8
Tints of Brilliant Rose #FC4DB8
RGB
CMYK
RGB Variations
Color information
#FC4DB8 (or 0xFC4DB8) is known color: Brilliant Rose. HEX triplet: FC, 4D and B8. RGB value is (252,77,184). Sum of RGB (Red+Green+Blue) = 252+77+184=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DB8 is #03B247. Grayscale: #8D8D8D. Windows color (decimal): -242248 or 12078588. OLE color: 12078588.
HSL color Cylindrical-coordinate representation of color #FC4DB8: hue angle of 323.31º 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 #FC4DB8 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 184 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.01 |
| HSL | 323.31º | 0.97% | 0.65% | - |
| HSV(B) | 323.31º | 0.69% | 0.99% | - |
| XYZ | 51.45 | 29.46 | 48.32 | - |
| YUV | 141.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 184 | 0 | 0.69 | 0.27 | 0.01 | 323.31 | 0.97 | 0.65 |
| Hex | FC | 4D | B8 | 0 | 45 | 1B | 1 | 143 | 61 | 41 |
| Octal | 374 | 115 | 270 | 0 | 105 | 33 | 1 | 503 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10111000 | 0 | 1000101 | 11011 | 1 | 101000011 | 1100001 | 1000001 |
Color Harmonies of #FC4DB8
Complementary color
Monochromatic Colors of #FC4DB8
Black with #FC4DB8
Text Example
Text Example
White with #FC4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DB8; }
p { color: rgb(252,77,184); }
H1.HeaderClassName
{
color: #FC4DB8;
}
.AnyTagClassName
{
color: #FC4DB8;
}
</style>
background-color css
<style>
a { background-color: #FC4DB8; }
a { background-color: rgb(252,77,184); }
div.DivClassName
{
background-color: #FC4DB8;
}
.BgClassName
{
background-color: #FC4DB8;
}
</style>
border-color css
<style>
span { border-color: #FC4DB8; }
span { border-color: rgb(252,77,184); }
td.TdClassName
{
border-color: #FC4DB8;
}
.TagClassName
{
border-color: #FC4DB8;
}
</style>