Shades of Bittersweet #FC6A68
Tints of Bittersweet #FC6A68
RGB
CMYK
RGB Variations
Color information
#FC6A68 (or 0xFC6A68) is known color: Bittersweet. HEX triplet: FC, 6A and 68. RGB value is (252,106,104). Sum of RGB (Red+Green+Blue) = 252+106+104=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A68 is #039597. Grayscale: #959595. Windows color (decimal): -234904 or 6843132. OLE color: 6843132.
HSL color Cylindrical-coordinate representation of color #FC6A68: hue angle of 0.81º 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 #FC6A68 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 104 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.01 |
| HSL | 0.81º | 0.96% | 0.7% | - |
| HSV(B) | 0.81º | 0.59% | 0.99% | - |
| XYZ | 47.8 | 32 | 16.75 | - |
| YUV | 149.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 104 | 0 | 0.58 | 0.59 | 0.01 | 0.81 | 0.96 | 0.7 |
| Hex | FC | 6A | 68 | 0 | 3A | 3B | 1 | 1 | 60 | 46 |
| Octal | 374 | 152 | 150 | 0 | 72 | 73 | 1 | 1 | 140 | 106 |
| Binary | 11111100 | 1101010 | 1101000 | 0 | 111010 | 111011 | 1 | 1 | 1100000 | 1000110 |
Color Harmonies of #FC6A68
Complementary color
Monochromatic Colors of #FC6A68
Black with #FC6A68
Text Example
Text Example
White with #FC6A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A68; }
p { color: rgb(252,106,104); }
H1.HeaderClassName
{
color: #FC6A68;
}
.AnyTagClassName
{
color: #FC6A68;
}
</style>
background-color css
<style>
a { background-color: #FC6A68; }
a { background-color: rgb(252,106,104); }
div.DivClassName
{
background-color: #FC6A68;
}
.BgClassName
{
background-color: #FC6A68;
}
</style>
border-color css
<style>
span { border-color: #FC6A68; }
span { border-color: rgb(252,106,104); }
td.TdClassName
{
border-color: #FC6A68;
}
.TagClassName
{
border-color: #FC6A68;
}
</style>