Shades of Bittersweet #FC6965
Tints of Bittersweet #FC6965
RGB
CMYK
RGB Variations
Color information
#FC6965 (or 0xFC6965) is known color: Bittersweet. HEX triplet: FC, 69 and 65. RGB value is (252,105,101). Sum of RGB (Red+Green+Blue) = 252+105+101=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6965 is #03969A. Grayscale: #949494. Windows color (decimal): -235163 or 6646268. OLE color: 6646268.
HSL color Cylindrical-coordinate representation of color #FC6965: hue angle of 1.59º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6965 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 101 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.01 |
| HSL | 1.59º | 0.96% | 0.69% | - |
| HSV(B) | 1.59º | 0.6% | 0.99% | - |
| XYZ | 47.55 | 31.74 | 15.93 | - |
| YUV | 148.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 101 | 0 | 0.58 | 0.60 | 0.01 | 1.59 | 0.96 | 0.69 |
| Hex | FC | 69 | 65 | 0 | 3A | 3C | 1 | 2 | 60 | 45 |
| Octal | 374 | 151 | 145 | 0 | 72 | 74 | 1 | 2 | 140 | 105 |
| Binary | 11111100 | 1101001 | 1100101 | 0 | 111010 | 111100 | 1 | 10 | 1100000 | 1000101 |
Color Harmonies of #FC6965
Complementary color
Monochromatic Colors of #FC6965
Black with #FC6965
Text Example
Text Example
White with #FC6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6965; }
p { color: rgb(252,105,101); }
H1.HeaderClassName
{
color: #FC6965;
}
.AnyTagClassName
{
color: #FC6965;
}
</style>
background-color css
<style>
a { background-color: #FC6965; }
a { background-color: rgb(252,105,101); }
div.DivClassName
{
background-color: #FC6965;
}
.BgClassName
{
background-color: #FC6965;
}
</style>
border-color css
<style>
span { border-color: #FC6965; }
span { border-color: rgb(252,105,101); }
td.TdClassName
{
border-color: #FC6965;
}
.TagClassName
{
border-color: #FC6965;
}
</style>