Shades of Bittersweet #F2705C
Tints of Bittersweet #F2705C
RGB
CMYK
RGB Variations
Color information
#F2705C (or 0xF2705C) is known color: Bittersweet. HEX triplet: F2, 70 and 5C. RGB value is (242,112,92). Sum of RGB (Red+Green+Blue) = 242+112+92=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2705C is #0D8FA3. Grayscale: #949494. Windows color (decimal): -888740 or 6058226. OLE color: 6058226.
HSL color Cylindrical-coordinate representation of color #F2705C: hue angle of 8º 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 #F2705C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 92 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.05 |
| HSL | 8º | 0.85% | 0.65% | - |
| HSV(B) | 8º | 0.62% | 0.95% | - |
| XYZ | 44.34 | 31.24 | 13.82 | - |
| YUV | 148.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 92 | 0 | 0.54 | 0.62 | 0.05 | 8 | 0.85 | 0.65 |
| Hex | F2 | 70 | 5C | 0 | 36 | 3E | 5 | 8 | 55 | 41 |
| Octal | 362 | 160 | 134 | 0 | 66 | 76 | 5 | 10 | 125 | 101 |
| Binary | 11110010 | 1110000 | 1011100 | 0 | 110110 | 111110 | 101 | 1000 | 1010101 | 1000001 |
Color Harmonies of #F2705C
Complementary color
Monochromatic Colors of #F2705C
Black with #F2705C
Text Example
Text Example
White with #F2705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2705C; }
p { color: rgb(242,112,92); }
H1.HeaderClassName
{
color: #F2705C;
}
.AnyTagClassName
{
color: #F2705C;
}
</style>
background-color css
<style>
a { background-color: #F2705C; }
a { background-color: rgb(242,112,92); }
div.DivClassName
{
background-color: #F2705C;
}
.BgClassName
{
background-color: #F2705C;
}
</style>
border-color css
<style>
span { border-color: #F2705C; }
span { border-color: rgb(242,112,92); }
td.TdClassName
{
border-color: #F2705C;
}
.TagClassName
{
border-color: #F2705C;
}
</style>