Shades of Bittersweet #FC6A6A
Tints of Bittersweet #FC6A6A
RGB
CMYK
RGB Variations
Color information
#FC6A6A (or 0xFC6A6A) is known color: Bittersweet. HEX triplet: FC, 6A and 6A. RGB value is (252,106,106). Sum of RGB (Red+Green+Blue) = 252+106+106=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6A6A is #039595. Grayscale: #959595. Windows color (decimal): -234902 or 6974204. OLE color: 6974204.
HSL color Cylindrical-coordinate representation of color #FC6A6A: hue angle of 0º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6A6A is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 106 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.01 |
| HSL | 0º | 0.96% | 0.7% | - |
| HSV(B) | 0º | 0.58% | 0.99% | - |
| XYZ | 47.9 | 32.04 | 17.3 | - |
| YUV | 149.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 106 | 0 | 0.58 | 0.58 | 0.01 | 0 | 0.96 | 0.7 |
| Hex | FC | 6A | 6A | 0 | 3A | 3A | 1 | 0 | 60 | 46 |
| Octal | 374 | 152 | 152 | 0 | 72 | 72 | 1 | 0 | 140 | 106 |
| Binary | 11111100 | 1101010 | 1101010 | 0 | 111010 | 111010 | 1 | 0 | 1100000 | 1000110 |
Color Harmonies of #FC6A6A
Complementary color
Monochromatic Colors of #FC6A6A
Black with #FC6A6A
Text Example
Text Example
White with #FC6A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A6A; }
p { color: rgb(252,106,106); }
H1.HeaderClassName
{
color: #FC6A6A;
}
.AnyTagClassName
{
color: #FC6A6A;
}
</style>
background-color css
<style>
a { background-color: #FC6A6A; }
a { background-color: rgb(252,106,106); }
div.DivClassName
{
background-color: #FC6A6A;
}
.BgClassName
{
background-color: #FC6A6A;
}
</style>
border-color css
<style>
span { border-color: #FC6A6A; }
span { border-color: rgb(252,106,106); }
td.TdClassName
{
border-color: #FC6A6A;
}
.TagClassName
{
border-color: #FC6A6A;
}
</style>