Shades of Bittersweet #F06262
Tints of Bittersweet #F06262
RGB
CMYK
RGB Variations
Color information
#F06262 (or 0xF06262) is known color: Bittersweet. HEX triplet: F0, 62 and 62. RGB value is (240,98,98). Sum of RGB (Red+Green+Blue) = 240+98+98=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F06262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06262 is #0F9D9D. Grayscale: #8C8C8C. Windows color (decimal): -1023390 or 6447856. OLE color: 6447856.
HSL color Cylindrical-coordinate representation of color #F06262: hue angle of 0º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06262 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 98 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.06 |
| HSL | 0º | 0.83% | 0.66% | - |
| HSV(B) | 0º | 0.59% | 0.94% | - |
| XYZ | 42.51 | 28.14 | 14.75 | - |
| YUV | 140.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 98 | 0 | 0.59 | 0.59 | 0.06 | 0 | 0.83 | 0.66 |
| Hex | F0 | 62 | 62 | 0 | 3B | 3B | 6 | 0 | 53 | 42 |
| Octal | 360 | 142 | 142 | 0 | 73 | 73 | 6 | 0 | 123 | 102 |
| Binary | 11110000 | 1100010 | 1100010 | 0 | 111011 | 111011 | 110 | 0 | 1010011 | 1000010 |
Color Harmonies of #F06262
Complementary color
Monochromatic Colors of #F06262
Black with #F06262
Text Example
Text Example
White with #F06262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06262; }
p { color: rgb(240,98,98); }
H1.HeaderClassName
{
color: #F06262;
}
.AnyTagClassName
{
color: #F06262;
}
</style>
background-color css
<style>
a { background-color: #F06262; }
a { background-color: rgb(240,98,98); }
div.DivClassName
{
background-color: #F06262;
}
.BgClassName
{
background-color: #F06262;
}
</style>
border-color css
<style>
span { border-color: #F06262; }
span { border-color: rgb(240,98,98); }
td.TdClassName
{
border-color: #F06262;
}
.TagClassName
{
border-color: #F06262;
}
</style>