Shades of Bittersweet #F2655B
Tints of Bittersweet #F2655B
RGB
CMYK
RGB Variations
Color information
#F2655B (or 0xF2655B) is known color: Bittersweet. HEX triplet: F2, 65 and 5B. RGB value is (242,101,91). Sum of RGB (Red+Green+Blue) = 242+101+91=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2655B is #0D9AA4. Grayscale: #8E8E8E. Windows color (decimal): -891557 or 5989874. OLE color: 5989874.
HSL color Cylindrical-coordinate representation of color #F2655B: hue angle of 3.97º 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 #F2655B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 91 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.05 |
| HSL | 3.97º | 0.85% | 0.65% | - |
| HSV(B) | 3.97º | 0.62% | 0.95% | - |
| XYZ | 43.16 | 28.94 | 13.21 | - |
| YUV | 142.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 91 | 0 | 0.58 | 0.62 | 0.05 | 3.97 | 0.85 | 0.65 |
| Hex | F2 | 65 | 5B | 0 | 3A | 3E | 5 | 4 | 55 | 41 |
| Octal | 362 | 145 | 133 | 0 | 72 | 76 | 5 | 4 | 125 | 101 |
| Binary | 11110010 | 1100101 | 1011011 | 0 | 111010 | 111110 | 101 | 100 | 1010101 | 1000001 |
Color Harmonies of #F2655B
Complementary color
Monochromatic Colors of #F2655B
Black with #F2655B
Text Example
Text Example
White with #F2655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2655B; }
p { color: rgb(242,101,91); }
H1.HeaderClassName
{
color: #F2655B;
}
.AnyTagClassName
{
color: #F2655B;
}
</style>
background-color css
<style>
a { background-color: #F2655B; }
a { background-color: rgb(242,101,91); }
div.DivClassName
{
background-color: #F2655B;
}
.BgClassName
{
background-color: #F2655B;
}
</style>
border-color css
<style>
span { border-color: #F2655B; }
span { border-color: rgb(242,101,91); }
td.TdClassName
{
border-color: #F2655B;
}
.TagClassName
{
border-color: #F2655B;
}
</style>