Shades of Bittersweet #F26464
Tints of Bittersweet #F26464
RGB
CMYK
RGB Variations
Color information
#F26464 (or 0xF26464) is known color: Bittersweet. HEX triplet: F2, 64 and 64. RGB value is (242,100,100). Sum of RGB (Red+Green+Blue) = 242+100+100=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F26464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26464 is #0D9B9B. Grayscale: #8E8E8E. Windows color (decimal): -891804 or 6579442. OLE color: 6579442.
HSL color Cylindrical-coordinate representation of color #F26464: hue angle of 0º 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 #F26464 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 100 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.05 |
| HSL | 0º | 0.85% | 0.67% | - |
| HSV(B) | 0º | 0.59% | 0.95% | - |
| XYZ | 43.48 | 28.91 | 15.35 | - |
| YUV | 142.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 100 | 0 | 0.59 | 0.59 | 0.05 | 0 | 0.85 | 0.67 |
| Hex | F2 | 64 | 64 | 0 | 3B | 3B | 5 | 0 | 55 | 43 |
| Octal | 362 | 144 | 144 | 0 | 73 | 73 | 5 | 0 | 125 | 103 |
| Binary | 11110010 | 1100100 | 1100100 | 0 | 111011 | 111011 | 101 | 0 | 1010101 | 1000011 |
Color Harmonies of #F26464
Complementary color
Monochromatic Colors of #F26464
Black with #F26464
Text Example
Text Example
White with #F26464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26464; }
p { color: rgb(242,100,100); }
H1.HeaderClassName
{
color: #F26464;
}
.AnyTagClassName
{
color: #F26464;
}
</style>
background-color css
<style>
a { background-color: #F26464; }
a { background-color: rgb(242,100,100); }
div.DivClassName
{
background-color: #F26464;
}
.BgClassName
{
background-color: #F26464;
}
</style>
border-color css
<style>
span { border-color: #F26464; }
span { border-color: rgb(242,100,100); }
td.TdClassName
{
border-color: #F26464;
}
.TagClassName
{
border-color: #F26464;
}
</style>