Shades of Bittersweet #F0615B
Tints of Bittersweet #F0615B
RGB
CMYK
RGB Variations
Color information
#F0615B (or 0xF0615B) is known color: Bittersweet. HEX triplet: F0, 61 and 5B. RGB value is (240,97,91). Sum of RGB (Red+Green+Blue) = 240+97+91=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0615B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0615B is #0F9EA4. Grayscale: #8B8B8B. Windows color (decimal): -1023653 or 5988848. OLE color: 5988848.
HSL color Cylindrical-coordinate representation of color #F0615B: hue angle of 2.42º 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 #F0615B is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 91 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.06 |
| HSL | 2.42º | 0.83% | 0.65% | - |
| HSV(B) | 2.42º | 0.62% | 0.94% | - |
| XYZ | 42.1 | 27.83 | 13.05 | - |
| YUV | 139.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 91 | 0 | 0.60 | 0.62 | 0.06 | 2.42 | 0.83 | 0.65 |
| Hex | F0 | 61 | 5B | 0 | 3C | 3E | 6 | 2 | 53 | 41 |
| Octal | 360 | 141 | 133 | 0 | 74 | 76 | 6 | 2 | 123 | 101 |
| Binary | 11110000 | 1100001 | 1011011 | 0 | 111100 | 111110 | 110 | 10 | 1010011 | 1000001 |
Color Harmonies of #F0615B
Complementary color
Monochromatic Colors of #F0615B
Black with #F0615B
Text Example
Text Example
White with #F0615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0615B; }
p { color: rgb(240,97,91); }
H1.HeaderClassName
{
color: #F0615B;
}
.AnyTagClassName
{
color: #F0615B;
}
</style>
background-color css
<style>
a { background-color: #F0615B; }
a { background-color: rgb(240,97,91); }
div.DivClassName
{
background-color: #F0615B;
}
.BgClassName
{
background-color: #F0615B;
}
</style>
border-color css
<style>
span { border-color: #F0615B; }
span { border-color: rgb(240,97,91); }
td.TdClassName
{
border-color: #F0615B;
}
.TagClassName
{
border-color: #F0615B;
}
</style>