Shades of Bittersweet #F0625B
Tints of Bittersweet #F0625B
RGB
CMYK
RGB Variations
Color information
#F0625B (or 0xF0625B) is known color: Bittersweet. HEX triplet: F0, 62 and 5B. RGB value is (240,98,91). Sum of RGB (Red+Green+Blue) = 240+98+91=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0625B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0625B is #0F9DA4. Grayscale: #8B8B8B. Windows color (decimal): -1023397 or 5989104. OLE color: 5989104.
HSL color Cylindrical-coordinate representation of color #F0625B: hue angle of 2.82º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0625B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 91 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.06 |
| HSL | 2.82º | 0.83% | 0.65% | - |
| HSV(B) | 2.82º | 0.62% | 0.94% | - |
| XYZ | 42.19 | 28.02 | 13.08 | - |
| YUV | 139.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 91 | 0 | 0.59 | 0.62 | 0.06 | 2.82 | 0.83 | 0.65 |
| Hex | F0 | 62 | 5B | 0 | 3B | 3E | 6 | 3 | 53 | 41 |
| Octal | 360 | 142 | 133 | 0 | 73 | 76 | 6 | 3 | 123 | 101 |
| Binary | 11110000 | 1100010 | 1011011 | 0 | 111011 | 111110 | 110 | 11 | 1010011 | 1000001 |
Color Harmonies of #F0625B
Complementary color
Monochromatic Colors of #F0625B
Black with #F0625B
Text Example
Text Example
White with #F0625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0625B; }
p { color: rgb(240,98,91); }
H1.HeaderClassName
{
color: #F0625B;
}
.AnyTagClassName
{
color: #F0625B;
}
</style>
background-color css
<style>
a { background-color: #F0625B; }
a { background-color: rgb(240,98,91); }
div.DivClassName
{
background-color: #F0625B;
}
.BgClassName
{
background-color: #F0625B;
}
</style>
border-color css
<style>
span { border-color: #F0625B; }
span { border-color: rgb(240,98,91); }
td.TdClassName
{
border-color: #F0625B;
}
.TagClassName
{
border-color: #F0625B;
}
</style>