Shades of Brilliant Rose #FC4DBA
Tints of Brilliant Rose #FC4DBA
RGB
CMYK
RGB Variations
Color information
#FC4DBA (or 0xFC4DBA) is known color: Brilliant Rose. HEX triplet: FC, 4D and BA. RGB value is (252,77,186). Sum of RGB (Red+Green+Blue) = 252+77+186=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DBA is #03B245. Grayscale: #8D8D8D. Windows color (decimal): -242246 or 12209660. OLE color: 12209660.
HSL color Cylindrical-coordinate representation of color #FC4DBA: hue angle of 322.63º 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 #FC4DBA is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 186 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.01 |
| HSL | 322.63º | 0.97% | 0.65% | - |
| HSV(B) | 322.63º | 0.69% | 0.99% | - |
| XYZ | 51.66 | 29.55 | 49.43 | - |
| YUV | 141.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 186 | 0 | 0.69 | 0.26 | 0.01 | 322.63 | 0.97 | 0.65 |
| Hex | FC | 4D | BA | 0 | 45 | 1A | 1 | 143 | 61 | 41 |
| Octal | 374 | 115 | 272 | 0 | 105 | 32 | 1 | 503 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10111010 | 0 | 1000101 | 11010 | 1 | 101000011 | 1100001 | 1000001 |
Color Harmonies of #FC4DBA
Complementary color
Monochromatic Colors of #FC4DBA
Black with #FC4DBA
Text Example
Text Example
White with #FC4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DBA; }
p { color: rgb(252,77,186); }
H1.HeaderClassName
{
color: #FC4DBA;
}
.AnyTagClassName
{
color: #FC4DBA;
}
</style>
background-color css
<style>
a { background-color: #FC4DBA; }
a { background-color: rgb(252,77,186); }
div.DivClassName
{
background-color: #FC4DBA;
}
.BgClassName
{
background-color: #FC4DBA;
}
</style>
border-color css
<style>
span { border-color: #FC4DBA; }
span { border-color: rgb(252,77,186); }
td.TdClassName
{
border-color: #FC4DBA;
}
.TagClassName
{
border-color: #FC4DBA;
}
</style>