Shades of Brilliant Rose #FC56A3
Tints of Brilliant Rose #FC56A3
RGB
CMYK
RGB Variations
Color information
#FC56A3 (or 0xFC56A3) is known color: Brilliant Rose. HEX triplet: FC, 56 and A3. RGB value is (252,86,163). Sum of RGB (Red+Green+Blue) = 252+86+163=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC56A3 is #03A95C. Grayscale: #909090. Windows color (decimal): -239965 or 10704636. OLE color: 10704636.
HSL color Cylindrical-coordinate representation of color #FC56A3: hue angle of 332.17º 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 #FC56A3 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 163 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.01 |
| HSL | 332.17º | 0.97% | 0.66% | - |
| HSV(B) | 332.17º | 0.66% | 0.99% | - |
| XYZ | 50.08 | 30 | 37.8 | - |
| YUV | 144.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 163 | 0 | 0.66 | 0.35 | 0.01 | 332.17 | 0.97 | 0.66 |
| Hex | FC | 56 | A3 | 0 | 42 | 23 | 1 | 14C | 61 | 42 |
| Octal | 374 | 126 | 243 | 0 | 102 | 43 | 1 | 514 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10100011 | 0 | 1000010 | 100011 | 1 | 101001100 | 1100001 | 1000010 |
Color Harmonies of #FC56A3
Complementary color
Monochromatic Colors of #FC56A3
Black with #FC56A3
Text Example
Text Example
White with #FC56A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC56A3; }
p { color: rgb(252,86,163); }
H1.HeaderClassName
{
color: #FC56A3;
}
.AnyTagClassName
{
color: #FC56A3;
}
</style>
background-color css
<style>
a { background-color: #FC56A3; }
a { background-color: rgb(252,86,163); }
div.DivClassName
{
background-color: #FC56A3;
}
.BgClassName
{
background-color: #FC56A3;
}
</style>
border-color css
<style>
span { border-color: #FC56A3; }
span { border-color: rgb(252,86,163); }
td.TdClassName
{
border-color: #FC56A3;
}
.TagClassName
{
border-color: #FC56A3;
}
</style>