Shades of Brilliant Rose #FC55A1
Tints of Brilliant Rose #FC55A1
RGB
CMYK
RGB Variations
Color information
#FC55A1 (or 0xFC55A1) is known color: Brilliant Rose. HEX triplet: FC, 55 and A1. RGB value is (252,85,161). Sum of RGB (Red+Green+Blue) = 252+85+161=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC55A1 is #03AA5E. Grayscale: #8F8F8F. Windows color (decimal): -240223 or 10573308. OLE color: 10573308.
HSL color Cylindrical-coordinate representation of color #FC55A1: hue angle of 332.69º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55A1 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 161 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.01 |
| HSL | 332.69º | 0.97% | 0.66% | - |
| HSV(B) | 332.69º | 0.66% | 0.99% | - |
| XYZ | 49.83 | 29.77 | 36.84 | - |
| YUV | 143.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 161 | 0 | 0.66 | 0.36 | 0.01 | 332.69 | 0.97 | 0.66 |
| Hex | FC | 55 | A1 | 0 | 42 | 24 | 1 | 14D | 61 | 42 |
| Octal | 374 | 125 | 241 | 0 | 102 | 44 | 1 | 515 | 141 | 102 |
| Binary | 11111100 | 1010101 | 10100001 | 0 | 1000010 | 100100 | 1 | 101001101 | 1100001 | 1000010 |
Color Harmonies of #FC55A1
Complementary color
Monochromatic Colors of #FC55A1
Black with #FC55A1
Text Example
Text Example
White with #FC55A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55A1; }
p { color: rgb(252,85,161); }
H1.HeaderClassName
{
color: #FC55A1;
}
.AnyTagClassName
{
color: #FC55A1;
}
</style>
background-color css
<style>
a { background-color: #FC55A1; }
a { background-color: rgb(252,85,161); }
div.DivClassName
{
background-color: #FC55A1;
}
.BgClassName
{
background-color: #FC55A1;
}
</style>
border-color css
<style>
span { border-color: #FC55A1; }
span { border-color: rgb(252,85,161); }
td.TdClassName
{
border-color: #FC55A1;
}
.TagClassName
{
border-color: #FC55A1;
}
</style>