Shades of Bittersweet #FC6E67
Tints of Bittersweet #FC6E67
RGB
CMYK
RGB Variations
Color information
#FC6E67 (or 0xFC6E67) is known color: Bittersweet. HEX triplet: FC, 6E and 67. RGB value is (252,110,103). Sum of RGB (Red+Green+Blue) = 252+110+103=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E67 is #039198. Grayscale: #979797. Windows color (decimal): -233881 or 6778620. OLE color: 6778620.
HSL color Cylindrical-coordinate representation of color #FC6E67: hue angle of 2.82º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC6E67 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 103 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.01 |
| HSL | 2.82º | 0.96% | 0.7% | - |
| HSV(B) | 2.82º | 0.59% | 0.99% | - |
| XYZ | 48.17 | 32.83 | 16.63 | - |
| YUV | 151.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 103 | 0 | 0.56 | 0.59 | 0.01 | 2.82 | 0.96 | 0.7 |
| Hex | FC | 6E | 67 | 0 | 38 | 3B | 1 | 3 | 60 | 46 |
| Octal | 374 | 156 | 147 | 0 | 70 | 73 | 1 | 3 | 140 | 106 |
| Binary | 11111100 | 1101110 | 1100111 | 0 | 111000 | 111011 | 1 | 11 | 1100000 | 1000110 |
Color Harmonies of #FC6E67
Complementary color
Monochromatic Colors of #FC6E67
Black with #FC6E67
Text Example
Text Example
White with #FC6E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E67; }
p { color: rgb(252,110,103); }
H1.HeaderClassName
{
color: #FC6E67;
}
.AnyTagClassName
{
color: #FC6E67;
}
</style>
background-color css
<style>
a { background-color: #FC6E67; }
a { background-color: rgb(252,110,103); }
div.DivClassName
{
background-color: #FC6E67;
}
.BgClassName
{
background-color: #FC6E67;
}
</style>
border-color css
<style>
span { border-color: #FC6E67; }
span { border-color: rgb(252,110,103); }
td.TdClassName
{
border-color: #FC6E67;
}
.TagClassName
{
border-color: #FC6E67;
}
</style>