Shades of Bittersweet #F7645A
Tints of Bittersweet #F7645A
RGB
CMYK
RGB Variations
Color information
#F7645A (or 0xF7645A) is known color: Bittersweet. HEX triplet: F7, 64 and 5A. RGB value is (247,100,90). Sum of RGB (Red+Green+Blue) = 247+100+90=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7645A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7645A is #089BA5. Grayscale: #8F8F8F. Windows color (decimal): -564134 or 5924087. OLE color: 5924087.
HSL color Cylindrical-coordinate representation of color #F7645A: hue angle of 3.82º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7645A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 90 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.03 |
| HSL | 3.82º | 0.91% | 0.66% | - |
| HSV(B) | 3.82º | 0.64% | 0.97% | - |
| XYZ | 44.76 | 29.63 | 13.03 | - |
| YUV | 142.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 90 | 0 | 0.60 | 0.64 | 0.03 | 3.82 | 0.91 | 0.66 |
| Hex | F7 | 64 | 5A | 0 | 3C | 40 | 3 | 4 | 5B | 42 |
| Octal | 367 | 144 | 132 | 0 | 74 | 100 | 3 | 4 | 133 | 102 |
| Binary | 11110111 | 1100100 | 1011010 | 0 | 111100 | 1000000 | 11 | 100 | 1011011 | 1000010 |
Color Harmonies of #F7645A
Complementary color
Monochromatic Colors of #F7645A
Black with #F7645A
Text Example
Text Example
White with #F7645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7645A; }
p { color: rgb(247,100,90); }
H1.HeaderClassName
{
color: #F7645A;
}
.AnyTagClassName
{
color: #F7645A;
}
</style>
background-color css
<style>
a { background-color: #F7645A; }
a { background-color: rgb(247,100,90); }
div.DivClassName
{
background-color: #F7645A;
}
.BgClassName
{
background-color: #F7645A;
}
</style>
border-color css
<style>
span { border-color: #F7645A; }
span { border-color: rgb(247,100,90); }
td.TdClassName
{
border-color: #F7645A;
}
.TagClassName
{
border-color: #F7645A;
}
</style>