Shades of Brilliant Rose #FC4DBB
Tints of Brilliant Rose #FC4DBB
RGB
CMYK
RGB Variations
Color information
#FC4DBB (or 0xFC4DBB) is known color: Brilliant Rose. HEX triplet: FC, 4D and BB. RGB value is (252,77,187). Sum of RGB (Red+Green+Blue) = 252+77+187=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DBB is #03B244. Grayscale: #8D8D8D. Windows color (decimal): -242245 or 12275196. OLE color: 12275196.
HSL color Cylindrical-coordinate representation of color #FC4DBB: hue angle of 322.29º 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 #FC4DBB is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 187 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.01 |
| HSL | 322.29º | 0.97% | 0.65% | - |
| HSV(B) | 322.29º | 0.69% | 0.99% | - |
| XYZ | 51.77 | 29.59 | 50 | - |
| YUV | 141.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 187 | 0 | 0.69 | 0.26 | 0.01 | 322.29 | 0.97 | 0.65 |
| Hex | FC | 4D | BB | 0 | 45 | 1A | 1 | 142 | 61 | 41 |
| Octal | 374 | 115 | 273 | 0 | 105 | 32 | 1 | 502 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10111011 | 0 | 1000101 | 11010 | 1 | 101000010 | 1100001 | 1000001 |
Color Harmonies of #FC4DBB
Complementary color
Monochromatic Colors of #FC4DBB
Black with #FC4DBB
Text Example
Text Example
White with #FC4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DBB; }
p { color: rgb(252,77,187); }
H1.HeaderClassName
{
color: #FC4DBB;
}
.AnyTagClassName
{
color: #FC4DBB;
}
</style>
background-color css
<style>
a { background-color: #FC4DBB; }
a { background-color: rgb(252,77,187); }
div.DivClassName
{
background-color: #FC4DBB;
}
.BgClassName
{
background-color: #FC4DBB;
}
</style>
border-color css
<style>
span { border-color: #FC4DBB; }
span { border-color: rgb(252,77,187); }
td.TdClassName
{
border-color: #FC4DBB;
}
.TagClassName
{
border-color: #FC4DBB;
}
</style>