Shades of Brilliant Rose #FC4D9D
Tints of Brilliant Rose #FC4D9D
RGB
CMYK
RGB Variations
Color information
#FC4D9D (or 0xFC4D9D) is known color: Brilliant Rose. HEX triplet: FC, 4D and 9D. RGB value is (252,77,157). Sum of RGB (Red+Green+Blue) = 252+77+157=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4D9D is #03B262. Grayscale: #8A8A8A. Windows color (decimal): -242275 or 10309116. OLE color: 10309116.
HSL color Cylindrical-coordinate representation of color #FC4D9D: hue angle of 332.57º 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 #FC4D9D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 157 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.01 |
| HSL | 332.57º | 0.97% | 0.65% | - |
| HSV(B) | 332.57º | 0.69% | 0.99% | - |
| XYZ | 48.88 | 28.44 | 34.81 | - |
| YUV | 138.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 157 | 0 | 0.69 | 0.38 | 0.01 | 332.57 | 0.97 | 0.65 |
| Hex | FC | 4D | 9D | 0 | 45 | 26 | 1 | 14D | 61 | 41 |
| Octal | 374 | 115 | 235 | 0 | 105 | 46 | 1 | 515 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10011101 | 0 | 1000101 | 100110 | 1 | 101001101 | 1100001 | 1000001 |
Color Harmonies of #FC4D9D
Complementary color
Monochromatic Colors of #FC4D9D
Black with #FC4D9D
Text Example
Text Example
White with #FC4D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D9D; }
p { color: rgb(252,77,157); }
H1.HeaderClassName
{
color: #FC4D9D;
}
.AnyTagClassName
{
color: #FC4D9D;
}
</style>
background-color css
<style>
a { background-color: #FC4D9D; }
a { background-color: rgb(252,77,157); }
div.DivClassName
{
background-color: #FC4D9D;
}
.BgClassName
{
background-color: #FC4D9D;
}
</style>
border-color css
<style>
span { border-color: #FC4D9D; }
span { border-color: rgb(252,77,157); }
td.TdClassName
{
border-color: #FC4D9D;
}
.TagClassName
{
border-color: #FC4D9D;
}
</style>