Shades of Bittersweet #FA6766
Tints of Bittersweet #FA6766
RGB
CMYK
RGB Variations
Color information
#FA6766 (or 0xFA6766) is known color: Bittersweet. HEX triplet: FA, 67 and 66. RGB value is (250,103,102). Sum of RGB (Red+Green+Blue) = 250+103+102=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6766 is #059899. Grayscale: #929292. Windows color (decimal): -366746 or 6711290. OLE color: 6711290.
HSL color Cylindrical-coordinate representation of color #FA6766: hue angle of 0.41º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA6766 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 102 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.02 |
| HSL | 0.41º | 0.94% | 0.69% | - |
| HSV(B) | 0.41º | 0.59% | 0.98% | - |
| XYZ | 46.67 | 30.98 | 16.09 | - |
| YUV | 146.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 102 | 0 | 0.59 | 0.59 | 0.02 | 0.41 | 0.94 | 0.69 |
| Hex | FA | 67 | 66 | 0 | 3B | 3B | 2 | 0 | 5E | 45 |
| Octal | 372 | 147 | 146 | 0 | 73 | 73 | 2 | 0 | 136 | 105 |
| Binary | 11111010 | 1100111 | 1100110 | 0 | 111011 | 111011 | 10 | 0 | 1011110 | 1000101 |
Color Harmonies of #FA6766
Complementary color
Monochromatic Colors of #FA6766
Black with #FA6766
Text Example
Text Example
White with #FA6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6766; }
p { color: rgb(250,103,102); }
H1.HeaderClassName
{
color: #FA6766;
}
.AnyTagClassName
{
color: #FA6766;
}
</style>
background-color css
<style>
a { background-color: #FA6766; }
a { background-color: rgb(250,103,102); }
div.DivClassName
{
background-color: #FA6766;
}
.BgClassName
{
background-color: #FA6766;
}
</style>
border-color css
<style>
span { border-color: #FA6766; }
span { border-color: rgb(250,103,102); }
td.TdClassName
{
border-color: #FA6766;
}
.TagClassName
{
border-color: #FA6766;
}
</style>