Shades of Bittersweet #F26964
Tints of Bittersweet #F26964
RGB
CMYK
RGB Variations
Color information
#F26964 (or 0xF26964) is known color: Bittersweet. HEX triplet: F2, 69 and 64. RGB value is (242,105,100). Sum of RGB (Red+Green+Blue) = 242+105+100=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F26964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26964 is #0D969B. Grayscale: #919191. Windows color (decimal): -890524 or 6580722. OLE color: 6580722.
HSL color Cylindrical-coordinate representation of color #F26964: hue angle of 2.11º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26964 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 100 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.05 |
| HSL | 2.11º | 0.85% | 0.67% | - |
| HSV(B) | 2.11º | 0.59% | 0.95% | - |
| XYZ | 43.97 | 29.9 | 15.51 | - |
| YUV | 145.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 100 | 0 | 0.57 | 0.59 | 0.05 | 2.11 | 0.85 | 0.67 |
| Hex | F2 | 69 | 64 | 0 | 39 | 3B | 5 | 2 | 55 | 43 |
| Octal | 362 | 151 | 144 | 0 | 71 | 73 | 5 | 2 | 125 | 103 |
| Binary | 11110010 | 1101001 | 1100100 | 0 | 111001 | 111011 | 101 | 10 | 1010101 | 1000011 |
Color Harmonies of #F26964
Complementary color
Monochromatic Colors of #F26964
Black with #F26964
Text Example
Text Example
White with #F26964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26964; }
p { color: rgb(242,105,100); }
H1.HeaderClassName
{
color: #F26964;
}
.AnyTagClassName
{
color: #F26964;
}
</style>
background-color css
<style>
a { background-color: #F26964; }
a { background-color: rgb(242,105,100); }
div.DivClassName
{
background-color: #F26964;
}
.BgClassName
{
background-color: #F26964;
}
</style>
border-color css
<style>
span { border-color: #F26964; }
span { border-color: rgb(242,105,100); }
td.TdClassName
{
border-color: #F26964;
}
.TagClassName
{
border-color: #F26964;
}
</style>