Shades of Bittersweet #F07263
Tints of Bittersweet #F07263
RGB
CMYK
RGB Variations
Color information
#F07263 (or 0xF07263) is known color: Bittersweet. HEX triplet: F0, 72 and 63. RGB value is (240,114,99). Sum of RGB (Red+Green+Blue) = 240+114+99=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F07263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07263 is #0F8D9C. Grayscale: #969696. Windows color (decimal): -1019293 or 6517488. OLE color: 6517488.
HSL color Cylindrical-coordinate representation of color #F07263: hue angle of 6.38º degrees, saturation: 0.82, 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 #F07263 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 99 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.06 |
| HSL | 6.38º | 0.82% | 0.66% | - |
| HSV(B) | 6.38º | 0.59% | 0.94% | - |
| XYZ | 44.2 | 31.46 | 15.55 | - |
| YUV | 149.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 99 | 0 | 0.52 | 0.59 | 0.06 | 6.38 | 0.82 | 0.66 |
| Hex | F0 | 72 | 63 | 0 | 34 | 3B | 6 | 6 | 52 | 42 |
| Octal | 360 | 162 | 143 | 0 | 64 | 73 | 6 | 6 | 122 | 102 |
| Binary | 11110000 | 1110010 | 1100011 | 0 | 110100 | 111011 | 110 | 110 | 1010010 | 1000010 |
Color Harmonies of #F07263
Complementary color
Monochromatic Colors of #F07263
Black with #F07263
Text Example
Text Example
White with #F07263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07263; }
p { color: rgb(240,114,99); }
H1.HeaderClassName
{
color: #F07263;
}
.AnyTagClassName
{
color: #F07263;
}
</style>
background-color css
<style>
a { background-color: #F07263; }
a { background-color: rgb(240,114,99); }
div.DivClassName
{
background-color: #F07263;
}
.BgClassName
{
background-color: #F07263;
}
</style>
border-color css
<style>
span { border-color: #F07263; }
span { border-color: rgb(240,114,99); }
td.TdClassName
{
border-color: #F07263;
}
.TagClassName
{
border-color: #F07263;
}
</style>