Shades of Bittersweet #FA665A
Tints of Bittersweet #FA665A
RGB
CMYK
RGB Variations
Color information
#FA665A (or 0xFA665A) is known color: Bittersweet. HEX triplet: FA, 66 and 5A. RGB value is (250,102,90). Sum of RGB (Red+Green+Blue) = 250+102+90=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA665A is #0599A5. Grayscale: #919191. Windows color (decimal): -367014 or 5924602. OLE color: 5924602.
HSL color Cylindrical-coordinate representation of color #FA665A: hue angle of 4.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA665A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 90 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.02 |
| HSL | 4.5º | 0.94% | 0.67% | - |
| HSV(B) | 4.5º | 0.64% | 0.98% | - |
| XYZ | 46.02 | 30.56 | 13.15 | - |
| YUV | 144.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 90 | 0 | 0.59 | 0.64 | 0.02 | 4.5 | 0.94 | 0.67 |
| Hex | FA | 66 | 5A | 0 | 3B | 40 | 2 | 4 | 5E | 43 |
| Octal | 372 | 146 | 132 | 0 | 73 | 100 | 2 | 4 | 136 | 103 |
| Binary | 11111010 | 1100110 | 1011010 | 0 | 111011 | 1000000 | 10 | 100 | 1011110 | 1000011 |
Color Harmonies of #FA665A
Complementary color
Monochromatic Colors of #FA665A
Black with #FA665A
Text Example
Text Example
White with #FA665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA665A; }
p { color: rgb(250,102,90); }
H1.HeaderClassName
{
color: #FA665A;
}
.AnyTagClassName
{
color: #FA665A;
}
</style>
background-color css
<style>
a { background-color: #FA665A; }
a { background-color: rgb(250,102,90); }
div.DivClassName
{
background-color: #FA665A;
}
.BgClassName
{
background-color: #FA665A;
}
</style>
border-color css
<style>
span { border-color: #FA665A; }
span { border-color: rgb(250,102,90); }
td.TdClassName
{
border-color: #FA665A;
}
.TagClassName
{
border-color: #FA665A;
}
</style>