Shades of Brilliant Rose #FC4DA1
Tints of Brilliant Rose #FC4DA1
RGB
CMYK
RGB Variations
Color information
#FC4DA1 (or 0xFC4DA1) is known color: Brilliant Rose. HEX triplet: FC, 4D and A1. RGB value is (252,77,161). Sum of RGB (Red+Green+Blue) = 252+77+161=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4DA1 is #03B25E. Grayscale: #8A8A8A. Windows color (decimal): -242271 or 10571260. OLE color: 10571260.
HSL color Cylindrical-coordinate representation of color #FC4DA1: hue angle of 331.2º 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 #FC4DA1 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 161 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.01 |
| HSL | 331.2º | 0.97% | 0.65% | - |
| HSV(B) | 331.2º | 0.69% | 0.99% | - |
| XYZ | 49.23 | 28.58 | 36.64 | - |
| YUV | 138.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 161 | 0 | 0.69 | 0.36 | 0.01 | 331.2 | 0.97 | 0.65 |
| Hex | FC | 4D | A1 | 0 | 45 | 24 | 1 | 14B | 61 | 41 |
| Octal | 374 | 115 | 241 | 0 | 105 | 44 | 1 | 513 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10100001 | 0 | 1000101 | 100100 | 1 | 101001011 | 1100001 | 1000001 |
Color Harmonies of #FC4DA1
Complementary color
Monochromatic Colors of #FC4DA1
Black with #FC4DA1
Text Example
Text Example
White with #FC4DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DA1; }
p { color: rgb(252,77,161); }
H1.HeaderClassName
{
color: #FC4DA1;
}
.AnyTagClassName
{
color: #FC4DA1;
}
</style>
background-color css
<style>
a { background-color: #FC4DA1; }
a { background-color: rgb(252,77,161); }
div.DivClassName
{
background-color: #FC4DA1;
}
.BgClassName
{
background-color: #FC4DA1;
}
</style>
border-color css
<style>
span { border-color: #FC4DA1; }
span { border-color: rgb(252,77,161); }
td.TdClassName
{
border-color: #FC4DA1;
}
.TagClassName
{
border-color: #FC4DA1;
}
</style>