Shades of Bittersweet #F2655D
Tints of Bittersweet #F2655D
RGB
CMYK
RGB Variations
Color information
#F2655D (or 0xF2655D) is known color: Bittersweet. HEX triplet: F2, 65 and 5D. RGB value is (242,101,93). Sum of RGB (Red+Green+Blue) = 242+101+93=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2655D is #0D9AA2. Grayscale: #8E8E8E. Windows color (decimal): -891555 or 6120946. OLE color: 6120946.
HSL color Cylindrical-coordinate representation of color #F2655D: hue angle of 3.22º 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 #F2655D is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 93 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.05 |
| HSL | 3.22º | 0.85% | 0.66% | - |
| HSV(B) | 3.22º | 0.62% | 0.95% | - |
| XYZ | 43.25 | 28.97 | 13.67 | - |
| YUV | 142.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 93 | 0 | 0.58 | 0.62 | 0.05 | 3.22 | 0.85 | 0.66 |
| Hex | F2 | 65 | 5D | 0 | 3A | 3E | 5 | 3 | 55 | 42 |
| Octal | 362 | 145 | 135 | 0 | 72 | 76 | 5 | 3 | 125 | 102 |
| Binary | 11110010 | 1100101 | 1011101 | 0 | 111010 | 111110 | 101 | 11 | 1010101 | 1000010 |
Color Harmonies of #F2655D
Complementary color
Monochromatic Colors of #F2655D
Black with #F2655D
Text Example
Text Example
White with #F2655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2655D; }
p { color: rgb(242,101,93); }
H1.HeaderClassName
{
color: #F2655D;
}
.AnyTagClassName
{
color: #F2655D;
}
</style>
background-color css
<style>
a { background-color: #F2655D; }
a { background-color: rgb(242,101,93); }
div.DivClassName
{
background-color: #F2655D;
}
.BgClassName
{
background-color: #F2655D;
}
</style>
border-color css
<style>
span { border-color: #F2655D; }
span { border-color: rgb(242,101,93); }
td.TdClassName
{
border-color: #F2655D;
}
.TagClassName
{
border-color: #F2655D;
}
</style>