Shades of Bittersweet #F7675A
Tints of Bittersweet #F7675A
RGB
CMYK
RGB Variations
Color information
#F7675A (or 0xF7675A) is known color: Bittersweet. HEX triplet: F7, 67 and 5A. RGB value is (247,103,90). Sum of RGB (Red+Green+Blue) = 247+103+90=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7675A is #0898A5. Grayscale: #909090. Windows color (decimal): -563366 or 5924855. OLE color: 5924855.
HSL color Cylindrical-coordinate representation of color #F7675A: hue angle of 4.97º 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 #F7675A is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 90 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.03 |
| HSL | 4.97º | 0.91% | 0.66% | - |
| HSV(B) | 4.97º | 0.64% | 0.97% | - |
| XYZ | 45.05 | 30.21 | 13.13 | - |
| YUV | 144.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 90 | 0 | 0.58 | 0.64 | 0.03 | 4.97 | 0.91 | 0.66 |
| Hex | F7 | 67 | 5A | 0 | 3A | 40 | 3 | 5 | 5B | 42 |
| Octal | 367 | 147 | 132 | 0 | 72 | 100 | 3 | 5 | 133 | 102 |
| Binary | 11110111 | 1100111 | 1011010 | 0 | 111010 | 1000000 | 11 | 101 | 1011011 | 1000010 |
Color Harmonies of #F7675A
Complementary color
Monochromatic Colors of #F7675A
Black with #F7675A
Text Example
Text Example
White with #F7675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7675A; }
p { color: rgb(247,103,90); }
H1.HeaderClassName
{
color: #F7675A;
}
.AnyTagClassName
{
color: #F7675A;
}
</style>
background-color css
<style>
a { background-color: #F7675A; }
a { background-color: rgb(247,103,90); }
div.DivClassName
{
background-color: #F7675A;
}
.BgClassName
{
background-color: #F7675A;
}
</style>
border-color css
<style>
span { border-color: #F7675A; }
span { border-color: rgb(247,103,90); }
td.TdClassName
{
border-color: #F7675A;
}
.TagClassName
{
border-color: #F7675A;
}
</style>