Shades of Bittersweet #F26C63
Tints of Bittersweet #F26C63
RGB
CMYK
RGB Variations
Color information
#F26C63 (or 0xF26C63) is known color: Bittersweet. HEX triplet: F2, 6C and 63. RGB value is (242,108,99). Sum of RGB (Red+Green+Blue) = 242+108+99=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C63 is #0D939C. Grayscale: #939393. Windows color (decimal): -889757 or 6515954. OLE color: 6515954.
HSL color Cylindrical-coordinate representation of color #F26C63: hue angle of 3.78º 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 #F26C63 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 99 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.05 |
| HSL | 3.78º | 0.85% | 0.67% | - |
| HSV(B) | 3.78º | 0.59% | 0.95% | - |
| XYZ | 44.23 | 30.5 | 15.36 | - |
| YUV | 147.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 99 | 0 | 0.55 | 0.59 | 0.05 | 3.78 | 0.85 | 0.67 |
| Hex | F2 | 6C | 63 | 0 | 37 | 3B | 5 | 4 | 55 | 43 |
| Octal | 362 | 154 | 143 | 0 | 67 | 73 | 5 | 4 | 125 | 103 |
| Binary | 11110010 | 1101100 | 1100011 | 0 | 110111 | 111011 | 101 | 100 | 1010101 | 1000011 |
Color Harmonies of #F26C63
Complementary color
Monochromatic Colors of #F26C63
Black with #F26C63
Text Example
Text Example
White with #F26C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C63; }
p { color: rgb(242,108,99); }
H1.HeaderClassName
{
color: #F26C63;
}
.AnyTagClassName
{
color: #F26C63;
}
</style>
background-color css
<style>
a { background-color: #F26C63; }
a { background-color: rgb(242,108,99); }
div.DivClassName
{
background-color: #F26C63;
}
.BgClassName
{
background-color: #F26C63;
}
</style>
border-color css
<style>
span { border-color: #F26C63; }
span { border-color: rgb(242,108,99); }
td.TdClassName
{
border-color: #F26C63;
}
.TagClassName
{
border-color: #F26C63;
}
</style>