Shades of Bittersweet #F2645D
Tints of Bittersweet #F2645D
RGB
CMYK
RGB Variations
Color information
#F2645D (or 0xF2645D) is known color: Bittersweet. HEX triplet: F2, 64 and 5D. RGB value is (242,100,93). Sum of RGB (Red+Green+Blue) = 242+100+93=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2645D is #0D9BA2. Grayscale: #8D8D8D. Windows color (decimal): -891811 or 6120690. OLE color: 6120690.
HSL color Cylindrical-coordinate representation of color #F2645D: hue angle of 2.82º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2645D is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 93 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.05 |
| HSL | 2.82º | 0.85% | 0.66% | - |
| HSV(B) | 2.82º | 0.62% | 0.95% | - |
| XYZ | 43.15 | 28.78 | 13.64 | - |
| YUV | 141.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 93 | 0 | 0.59 | 0.62 | 0.05 | 2.82 | 0.85 | 0.66 |
| Hex | F2 | 64 | 5D | 0 | 3B | 3E | 5 | 3 | 55 | 42 |
| Octal | 362 | 144 | 135 | 0 | 73 | 76 | 5 | 3 | 125 | 102 |
| Binary | 11110010 | 1100100 | 1011101 | 0 | 111011 | 111110 | 101 | 11 | 1010101 | 1000010 |
Color Harmonies of #F2645D
Complementary color
Monochromatic Colors of #F2645D
Black with #F2645D
Text Example
Text Example
White with #F2645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2645D; }
p { color: rgb(242,100,93); }
H1.HeaderClassName
{
color: #F2645D;
}
.AnyTagClassName
{
color: #F2645D;
}
</style>
background-color css
<style>
a { background-color: #F2645D; }
a { background-color: rgb(242,100,93); }
div.DivClassName
{
background-color: #F2645D;
}
.BgClassName
{
background-color: #F2645D;
}
</style>
border-color css
<style>
span { border-color: #F2645D; }
span { border-color: rgb(242,100,93); }
td.TdClassName
{
border-color: #F2645D;
}
.TagClassName
{
border-color: #F2645D;
}
</style>