Shades of Bittersweet #FC6E63
Tints of Bittersweet #FC6E63
RGB
CMYK
RGB Variations
Color information
#FC6E63 (or 0xFC6E63) is known color: Bittersweet. HEX triplet: FC, 6E and 63. RGB value is (252,110,99). Sum of RGB (Red+Green+Blue) = 252+110+99=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E63 is #03919C. Grayscale: #979797. Windows color (decimal): -233885 or 6516476. OLE color: 6516476.
HSL color Cylindrical-coordinate representation of color #FC6E63: hue angle of 4.31º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC6E63 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 99 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.01 |
| HSL | 4.31º | 0.96% | 0.69% | - |
| HSV(B) | 4.31º | 0.61% | 0.99% | - |
| XYZ | 47.97 | 32.75 | 15.6 | - |
| YUV | 151.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 99 | 0 | 0.56 | 0.61 | 0.01 | 4.31 | 0.96 | 0.69 |
| Hex | FC | 6E | 63 | 0 | 38 | 3D | 1 | 4 | 60 | 45 |
| Octal | 374 | 156 | 143 | 0 | 70 | 75 | 1 | 4 | 140 | 105 |
| Binary | 11111100 | 1101110 | 1100011 | 0 | 111000 | 111101 | 1 | 100 | 1100000 | 1000101 |
Color Harmonies of #FC6E63
Complementary color
Monochromatic Colors of #FC6E63
Black with #FC6E63
Text Example
Text Example
White with #FC6E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E63; }
p { color: rgb(252,110,99); }
H1.HeaderClassName
{
color: #FC6E63;
}
.AnyTagClassName
{
color: #FC6E63;
}
</style>
background-color css
<style>
a { background-color: #FC6E63; }
a { background-color: rgb(252,110,99); }
div.DivClassName
{
background-color: #FC6E63;
}
.BgClassName
{
background-color: #FC6E63;
}
</style>
border-color css
<style>
span { border-color: #FC6E63; }
span { border-color: rgb(252,110,99); }
td.TdClassName
{
border-color: #FC6E63;
}
.TagClassName
{
border-color: #FC6E63;
}
</style>