Shades of Bittersweet #FA6F61
Tints of Bittersweet #FA6F61
RGB
CMYK
RGB Variations
Color information
#FA6F61 (or 0xFA6F61) is known color: Bittersweet. HEX triplet: FA, 6F and 61. RGB value is (250,111,97). Sum of RGB (Red+Green+Blue) = 250+111+97=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6F61 is #05909E. Grayscale: #979797. Windows color (decimal): -364703 or 6385658. OLE color: 6385658.
HSL color Cylindrical-coordinate representation of color #FA6F61: hue angle of 5.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA6F61 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 97 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.02 |
| HSL | 5.49º | 0.94% | 0.68% | - |
| HSV(B) | 5.49º | 0.61% | 0.98% | - |
| XYZ | 47.27 | 32.56 | 15.1 | - |
| YUV | 150.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 97 | 0 | 0.56 | 0.61 | 0.02 | 5.49 | 0.94 | 0.68 |
| Hex | FA | 6F | 61 | 0 | 38 | 3D | 2 | 5 | 5E | 44 |
| Octal | 372 | 157 | 141 | 0 | 70 | 75 | 2 | 5 | 136 | 104 |
| Binary | 11111010 | 1101111 | 1100001 | 0 | 111000 | 111101 | 10 | 101 | 1011110 | 1000100 |
Color Harmonies of #FA6F61
Complementary color
Monochromatic Colors of #FA6F61
Black with #FA6F61
Text Example
Text Example
White with #FA6F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6F61; }
p { color: rgb(250,111,97); }
H1.HeaderClassName
{
color: #FA6F61;
}
.AnyTagClassName
{
color: #FA6F61;
}
</style>
background-color css
<style>
a { background-color: #FA6F61; }
a { background-color: rgb(250,111,97); }
div.DivClassName
{
background-color: #FA6F61;
}
.BgClassName
{
background-color: #FA6F61;
}
</style>
border-color css
<style>
span { border-color: #FA6F61; }
span { border-color: rgb(250,111,97); }
td.TdClassName
{
border-color: #FA6F61;
}
.TagClassName
{
border-color: #FA6F61;
}
</style>