Shades of Bittersweet #F26F64
Tints of Bittersweet #F26F64
RGB
CMYK
RGB Variations
Color information
#F26F64 (or 0xF26F64) is known color: Bittersweet. HEX triplet: F2, 6F and 64. RGB value is (242,111,100). Sum of RGB (Red+Green+Blue) = 242+111+100=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F64 is #0D909B. Grayscale: #959595. Windows color (decimal): -888988 or 6582258. OLE color: 6582258.
HSL color Cylindrical-coordinate representation of color #F26F64: hue angle of 4.65º 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 #F26F64 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 100 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.05 |
| HSL | 4.65º | 0.85% | 0.67% | - |
| HSV(B) | 4.65º | 0.59% | 0.95% | - |
| XYZ | 44.6 | 31.17 | 15.72 | - |
| YUV | 148.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 100 | 0 | 0.54 | 0.59 | 0.05 | 4.65 | 0.85 | 0.67 |
| Hex | F2 | 6F | 64 | 0 | 36 | 3B | 5 | 5 | 55 | 43 |
| Octal | 362 | 157 | 144 | 0 | 66 | 73 | 5 | 5 | 125 | 103 |
| Binary | 11110010 | 1101111 | 1100100 | 0 | 110110 | 111011 | 101 | 101 | 1010101 | 1000011 |
Color Harmonies of #F26F64
Complementary color
Monochromatic Colors of #F26F64
Black with #F26F64
Text Example
Text Example
White with #F26F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F64; }
p { color: rgb(242,111,100); }
H1.HeaderClassName
{
color: #F26F64;
}
.AnyTagClassName
{
color: #F26F64;
}
</style>
background-color css
<style>
a { background-color: #F26F64; }
a { background-color: rgb(242,111,100); }
div.DivClassName
{
background-color: #F26F64;
}
.BgClassName
{
background-color: #F26F64;
}
</style>
border-color css
<style>
span { border-color: #F26F64; }
span { border-color: rgb(242,111,100); }
td.TdClassName
{
border-color: #F26F64;
}
.TagClassName
{
border-color: #F26F64;
}
</style>