Shades of Brilliant Rose #FC4D9F
Tints of Brilliant Rose #FC4D9F
RGB
CMYK
RGB Variations
Color information
#FC4D9F (or 0xFC4D9F) is known color: Brilliant Rose. HEX triplet: FC, 4D and 9F. RGB value is (252,77,159). Sum of RGB (Red+Green+Blue) = 252+77+159=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4D9F is #03B260. Grayscale: #8A8A8A. Windows color (decimal): -242273 or 10440188. OLE color: 10440188.
HSL color Cylindrical-coordinate representation of color #FC4D9F: hue angle of 331.89º 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 #FC4D9F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 159 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.01 |
| HSL | 331.89º | 0.97% | 0.65% | - |
| HSV(B) | 331.89º | 0.69% | 0.99% | - |
| XYZ | 49.06 | 28.51 | 35.72 | - |
| YUV | 138.67 | 139.48 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 159 | 0 | 0.69 | 0.37 | 0.01 | 331.89 | 0.97 | 0.65 |
| Hex | FC | 4D | 9F | 0 | 45 | 25 | 1 | 14C | 61 | 41 |
| Octal | 374 | 115 | 237 | 0 | 105 | 45 | 1 | 514 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10011111 | 0 | 1000101 | 100101 | 1 | 101001100 | 1100001 | 1000001 |
Color Harmonies of #FC4D9F
Complementary color
Monochromatic Colors of #FC4D9F
Black with #FC4D9F
Text Example
Text Example
White with #FC4D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D9F; }
p { color: rgb(252,77,159); }
H1.HeaderClassName
{
color: #FC4D9F;
}
.AnyTagClassName
{
color: #FC4D9F;
}
</style>
background-color css
<style>
a { background-color: #FC4D9F; }
a { background-color: rgb(252,77,159); }
div.DivClassName
{
background-color: #FC4D9F;
}
.BgClassName
{
background-color: #FC4D9F;
}
</style>
border-color css
<style>
span { border-color: #FC4D9F; }
span { border-color: rgb(252,77,159); }
td.TdClassName
{
border-color: #FC4D9F;
}
.TagClassName
{
border-color: #FC4D9F;
}
</style>