Shades of Brilliant Rose #FC55A3
Tints of Brilliant Rose #FC55A3
RGB
CMYK
RGB Variations
Color information
#FC55A3 (or 0xFC55A3) is known color: Brilliant Rose. HEX triplet: FC, 55 and A3. RGB value is (252,85,163). Sum of RGB (Red+Green+Blue) = 252+85+163=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC55A3 is #03AA5C. Grayscale: #8F8F8F. Windows color (decimal): -240221 or 10704380. OLE color: 10704380.
HSL color Cylindrical-coordinate representation of color #FC55A3: hue angle of 331.98º 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 #FC55A3 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 163 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.01 |
| HSL | 331.98º | 0.97% | 0.66% | - |
| HSV(B) | 331.98º | 0.66% | 0.99% | - |
| XYZ | 50 | 29.84 | 37.77 | - |
| YUV | 143.83 | 138.83 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 163 | 0 | 0.66 | 0.35 | 0.01 | 331.98 | 0.97 | 0.66 |
| Hex | FC | 55 | A3 | 0 | 42 | 23 | 1 | 14C | 61 | 42 |
| Octal | 374 | 125 | 243 | 0 | 102 | 43 | 1 | 514 | 141 | 102 |
| Binary | 11111100 | 1010101 | 10100011 | 0 | 1000010 | 100011 | 1 | 101001100 | 1100001 | 1000010 |
Color Harmonies of #FC55A3
Complementary color
Monochromatic Colors of #FC55A3
Black with #FC55A3
Text Example
Text Example
White with #FC55A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55A3; }
p { color: rgb(252,85,163); }
H1.HeaderClassName
{
color: #FC55A3;
}
.AnyTagClassName
{
color: #FC55A3;
}
</style>
background-color css
<style>
a { background-color: #FC55A3; }
a { background-color: rgb(252,85,163); }
div.DivClassName
{
background-color: #FC55A3;
}
.BgClassName
{
background-color: #FC55A3;
}
</style>
border-color css
<style>
span { border-color: #FC55A3; }
span { border-color: rgb(252,85,163); }
td.TdClassName
{
border-color: #FC55A3;
}
.TagClassName
{
border-color: #FC55A3;
}
</style>