Shades of Bittersweet #FA665F
Tints of Bittersweet #FA665F
RGB
CMYK
RGB Variations
Color information
#FA665F (or 0xFA665F) is known color: Bittersweet. HEX triplet: FA, 66 and 5F. RGB value is (250,102,95). Sum of RGB (Red+Green+Blue) = 250+102+95=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA665F is #0599A0. Grayscale: #919191. Windows color (decimal): -367009 or 6252282. OLE color: 6252282.
HSL color Cylindrical-coordinate representation of color #FA665F: hue angle of 2.71º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA665F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 95 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.02 |
| HSL | 2.71º | 0.94% | 0.68% | - |
| HSV(B) | 2.71º | 0.62% | 0.98% | - |
| XYZ | 46.24 | 30.65 | 14.31 | - |
| YUV | 145.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 95 | 0 | 0.59 | 0.62 | 0.02 | 2.71 | 0.94 | 0.68 |
| Hex | FA | 66 | 5F | 0 | 3B | 3E | 2 | 3 | 5E | 44 |
| Octal | 372 | 146 | 137 | 0 | 73 | 76 | 2 | 3 | 136 | 104 |
| Binary | 11111010 | 1100110 | 1011111 | 0 | 111011 | 111110 | 10 | 11 | 1011110 | 1000100 |
Color Harmonies of #FA665F
Complementary color
Monochromatic Colors of #FA665F
Black with #FA665F
Text Example
Text Example
White with #FA665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA665F; }
p { color: rgb(250,102,95); }
H1.HeaderClassName
{
color: #FA665F;
}
.AnyTagClassName
{
color: #FA665F;
}
</style>
background-color css
<style>
a { background-color: #FA665F; }
a { background-color: rgb(250,102,95); }
div.DivClassName
{
background-color: #FA665F;
}
.BgClassName
{
background-color: #FA665F;
}
</style>
border-color css
<style>
span { border-color: #FA665F; }
span { border-color: rgb(250,102,95); }
td.TdClassName
{
border-color: #FA665F;
}
.TagClassName
{
border-color: #FA665F;
}
</style>