Shades of Bittersweet #F0625D
Tints of Bittersweet #F0625D
RGB
CMYK
RGB Variations
Color information
#F0625D (or 0xF0625D) is known color: Bittersweet. HEX triplet: F0, 62 and 5D. RGB value is (240,98,93). Sum of RGB (Red+Green+Blue) = 240+98+93=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0625D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0625D is #0F9DA2. Grayscale: #8C8C8C. Windows color (decimal): -1023395 or 6120176. OLE color: 6120176.
HSL color Cylindrical-coordinate representation of color #F0625D: hue angle of 2.04º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0625D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 93 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.06 |
| HSL | 2.04º | 0.83% | 0.65% | - |
| HSV(B) | 2.04º | 0.61% | 0.94% | - |
| XYZ | 42.28 | 28.05 | 13.54 | - |
| YUV | 139.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 93 | 0 | 0.59 | 0.61 | 0.06 | 2.04 | 0.83 | 0.65 |
| Hex | F0 | 62 | 5D | 0 | 3B | 3D | 6 | 2 | 53 | 41 |
| Octal | 360 | 142 | 135 | 0 | 73 | 75 | 6 | 2 | 123 | 101 |
| Binary | 11110000 | 1100010 | 1011101 | 0 | 111011 | 111101 | 110 | 10 | 1010011 | 1000001 |
Color Harmonies of #F0625D
Complementary color
Monochromatic Colors of #F0625D
Black with #F0625D
Text Example
Text Example
White with #F0625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0625D; }
p { color: rgb(240,98,93); }
H1.HeaderClassName
{
color: #F0625D;
}
.AnyTagClassName
{
color: #F0625D;
}
</style>
background-color css
<style>
a { background-color: #F0625D; }
a { background-color: rgb(240,98,93); }
div.DivClassName
{
background-color: #F0625D;
}
.BgClassName
{
background-color: #F0625D;
}
</style>
border-color css
<style>
span { border-color: #F0625D; }
span { border-color: rgb(240,98,93); }
td.TdClassName
{
border-color: #F0625D;
}
.TagClassName
{
border-color: #F0625D;
}
</style>