Shades of Bittersweet #F0615C
Tints of Bittersweet #F0615C
RGB
CMYK
RGB Variations
Color information
#F0615C (or 0xF0615C) is known color: Bittersweet. HEX triplet: F0, 61 and 5C. RGB value is (240,97,92). Sum of RGB (Red+Green+Blue) = 240+97+92=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0615C is #0F9EA3. Grayscale: #8B8B8B. Windows color (decimal): -1023652 or 6054384. OLE color: 6054384.
HSL color Cylindrical-coordinate representation of color #F0615C: hue angle of 2.03º 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 #F0615C is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 92 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.06 |
| HSL | 2.03º | 0.83% | 0.65% | - |
| HSV(B) | 2.03º | 0.62% | 0.94% | - |
| XYZ | 42.14 | 27.85 | 13.28 | - |
| YUV | 139.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 92 | 0 | 0.60 | 0.62 | 0.06 | 2.03 | 0.83 | 0.65 |
| Hex | F0 | 61 | 5C | 0 | 3C | 3E | 6 | 2 | 53 | 41 |
| Octal | 360 | 141 | 134 | 0 | 74 | 76 | 6 | 2 | 123 | 101 |
| Binary | 11110000 | 1100001 | 1011100 | 0 | 111100 | 111110 | 110 | 10 | 1010011 | 1000001 |
Color Harmonies of #F0615C
Complementary color
Monochromatic Colors of #F0615C
Black with #F0615C
Text Example
Text Example
White with #F0615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0615C; }
p { color: rgb(240,97,92); }
H1.HeaderClassName
{
color: #F0615C;
}
.AnyTagClassName
{
color: #F0615C;
}
</style>
background-color css
<style>
a { background-color: #F0615C; }
a { background-color: rgb(240,97,92); }
div.DivClassName
{
background-color: #F0615C;
}
.BgClassName
{
background-color: #F0615C;
}
</style>
border-color css
<style>
span { border-color: #F0615C; }
span { border-color: rgb(240,97,92); }
td.TdClassName
{
border-color: #F0615C;
}
.TagClassName
{
border-color: #F0615C;
}
</style>