Shades of Bittersweet #FA6C68
Tints of Bittersweet #FA6C68
RGB
CMYK
RGB Variations
Color information
#FA6C68 (or 0xFA6C68) is known color: Bittersweet. HEX triplet: FA, 6C and 68. RGB value is (250,108,104). Sum of RGB (Red+Green+Blue) = 250+108+104=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C68 is #059397. Grayscale: #969696. Windows color (decimal): -365464 or 6843642. OLE color: 6843642.
HSL color Cylindrical-coordinate representation of color #FA6C68: hue angle of 1.64º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6C68 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 104 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.02 |
| HSL | 1.64º | 0.94% | 0.69% | - |
| HSV(B) | 1.64º | 0.58% | 0.98% | - |
| XYZ | 47.29 | 32.05 | 16.79 | - |
| YUV | 150 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 104 | 0 | 0.57 | 0.58 | 0.02 | 1.64 | 0.94 | 0.69 |
| Hex | FA | 6C | 68 | 0 | 39 | 3A | 2 | 2 | 5E | 45 |
| Octal | 372 | 154 | 150 | 0 | 71 | 72 | 2 | 2 | 136 | 105 |
| Binary | 11111010 | 1101100 | 1101000 | 0 | 111001 | 111010 | 10 | 10 | 1011110 | 1000101 |
Color Harmonies of #FA6C68
Complementary color
Monochromatic Colors of #FA6C68
Black with #FA6C68
Text Example
Text Example
White with #FA6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6C68; }
p { color: rgb(250,108,104); }
H1.HeaderClassName
{
color: #FA6C68;
}
.AnyTagClassName
{
color: #FA6C68;
}
</style>
background-color css
<style>
a { background-color: #FA6C68; }
a { background-color: rgb(250,108,104); }
div.DivClassName
{
background-color: #FA6C68;
}
.BgClassName
{
background-color: #FA6C68;
}
</style>
border-color css
<style>
span { border-color: #FA6C68; }
span { border-color: rgb(250,108,104); }
td.TdClassName
{
border-color: #FA6C68;
}
.TagClassName
{
border-color: #FA6C68;
}
</style>