Shades of Bittersweet #F6625D
Tints of Bittersweet #F6625D
RGB
CMYK
RGB Variations
Color information
#F6625D (or 0xF6625D) is known color: Bittersweet. HEX triplet: F6, 62 and 5D. RGB value is (246,98,93). Sum of RGB (Red+Green+Blue) = 246+98+93=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F6625D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6625D is #099DA2. Grayscale: #8D8D8D. Windows color (decimal): -630179 or 6120182. OLE color: 6120182.
HSL color Cylindrical-coordinate representation of color #F6625D: hue angle of 1.96º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6625D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 93 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.04 |
| HSL | 1.96º | 0.89% | 0.66% | - |
| HSV(B) | 1.96º | 0.62% | 0.96% | - |
| XYZ | 44.35 | 29.12 | 13.64 | - |
| YUV | 141.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 93 | 0 | 0.60 | 0.62 | 0.04 | 1.96 | 0.89 | 0.66 |
| Hex | F6 | 62 | 5D | 0 | 3C | 3E | 4 | 2 | 59 | 42 |
| Octal | 366 | 142 | 135 | 0 | 74 | 76 | 4 | 2 | 131 | 102 |
| Binary | 11110110 | 1100010 | 1011101 | 0 | 111100 | 111110 | 100 | 10 | 1011001 | 1000010 |
Color Harmonies of #F6625D
Complementary color
Monochromatic Colors of #F6625D
Black with #F6625D
Text Example
Text Example
White with #F6625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6625D; }
p { color: rgb(246,98,93); }
H1.HeaderClassName
{
color: #F6625D;
}
.AnyTagClassName
{
color: #F6625D;
}
</style>
background-color css
<style>
a { background-color: #F6625D; }
a { background-color: rgb(246,98,93); }
div.DivClassName
{
background-color: #F6625D;
}
.BgClassName
{
background-color: #F6625D;
}
</style>
border-color css
<style>
span { border-color: #F6625D; }
span { border-color: rgb(246,98,93); }
td.TdClassName
{
border-color: #F6625D;
}
.TagClassName
{
border-color: #F6625D;
}
</style>