Shades of Bittersweet #F26B5C
Tints of Bittersweet #F26B5C
RGB
CMYK
RGB Variations
Color information
#F26B5C (or 0xF26B5C) is known color: Bittersweet. HEX triplet: F2, 6B and 5C. RGB value is (242,107,92). Sum of RGB (Red+Green+Blue) = 242+107+92=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26B5C is #0D94A3. Grayscale: #919191. Windows color (decimal): -890020 or 6056946. OLE color: 6056946.
HSL color Cylindrical-coordinate representation of color #F26B5C: hue angle of 6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F26B5C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 92 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.05 |
| HSL | 6º | 0.85% | 0.65% | - |
| HSV(B) | 6º | 0.62% | 0.95% | - |
| XYZ | 43.81 | 30.17 | 13.64 | - |
| YUV | 145.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 92 | 0 | 0.56 | 0.62 | 0.05 | 6 | 0.85 | 0.65 |
| Hex | F2 | 6B | 5C | 0 | 38 | 3E | 5 | 6 | 55 | 41 |
| Octal | 362 | 153 | 134 | 0 | 70 | 76 | 5 | 6 | 125 | 101 |
| Binary | 11110010 | 1101011 | 1011100 | 0 | 111000 | 111110 | 101 | 110 | 1010101 | 1000001 |
Color Harmonies of #F26B5C
Complementary color
Monochromatic Colors of #F26B5C
Black with #F26B5C
Text Example
Text Example
White with #F26B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B5C; }
p { color: rgb(242,107,92); }
H1.HeaderClassName
{
color: #F26B5C;
}
.AnyTagClassName
{
color: #F26B5C;
}
</style>
background-color css
<style>
a { background-color: #F26B5C; }
a { background-color: rgb(242,107,92); }
div.DivClassName
{
background-color: #F26B5C;
}
.BgClassName
{
background-color: #F26B5C;
}
</style>
border-color css
<style>
span { border-color: #F26B5C; }
span { border-color: rgb(242,107,92); }
td.TdClassName
{
border-color: #F26B5C;
}
.TagClassName
{
border-color: #F26B5C;
}
</style>