Shades of Bittersweet #F26563
Tints of Bittersweet #F26563
RGB
CMYK
RGB Variations
Color information
#F26563 (or 0xF26563) is known color: Bittersweet. HEX triplet: F2, 65 and 63. RGB value is (242,101,99). Sum of RGB (Red+Green+Blue) = 242+101+99=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F26563 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26563 is #0D9A9C. Grayscale: #8F8F8F. Windows color (decimal): -891549 or 6514162. OLE color: 6514162.
HSL color Cylindrical-coordinate representation of color #F26563: hue angle of 0.84º 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 #F26563 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 99 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.05 |
| HSL | 0.84º | 0.85% | 0.67% | - |
| HSV(B) | 0.84º | 0.59% | 0.95% | - |
| XYZ | 43.52 | 29.09 | 15.12 | - |
| YUV | 142.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 99 | 0 | 0.58 | 0.59 | 0.05 | 0.84 | 0.85 | 0.67 |
| Hex | F2 | 65 | 63 | 0 | 3A | 3B | 5 | 1 | 55 | 43 |
| Octal | 362 | 145 | 143 | 0 | 72 | 73 | 5 | 1 | 125 | 103 |
| Binary | 11110010 | 1100101 | 1100011 | 0 | 111010 | 111011 | 101 | 1 | 1010101 | 1000011 |
Color Harmonies of #F26563
Complementary color
Monochromatic Colors of #F26563
Black with #F26563
Text Example
Text Example
White with #F26563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26563; }
p { color: rgb(242,101,99); }
H1.HeaderClassName
{
color: #F26563;
}
.AnyTagClassName
{
color: #F26563;
}
</style>
background-color css
<style>
a { background-color: #F26563; }
a { background-color: rgb(242,101,99); }
div.DivClassName
{
background-color: #F26563;
}
.BgClassName
{
background-color: #F26563;
}
</style>
border-color css
<style>
span { border-color: #F26563; }
span { border-color: rgb(242,101,99); }
td.TdClassName
{
border-color: #F26563;
}
.TagClassName
{
border-color: #F26563;
}
</style>