Shades of Bittersweet #F2755C
Tints of Bittersweet #F2755C
RGB
CMYK
RGB Variations
Color information
#F2755C (or 0xF2755C) is known color: Bittersweet. HEX triplet: F2, 75 and 5C. RGB value is (242,117,92). Sum of RGB (Red+Green+Blue) = 242+117+92=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2755C is #0D8AA3. Grayscale: #979797. Windows color (decimal): -887460 or 6059506. OLE color: 6059506.
HSL color Cylindrical-coordinate representation of color #F2755C: hue angle of 10º 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 #F2755C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 92 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.05 |
| HSL | 10º | 0.85% | 0.65% | - |
| HSV(B) | 10º | 0.62% | 0.95% | - |
| XYZ | 44.91 | 32.37 | 14.01 | - |
| YUV | 151.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 92 | 0 | 0.52 | 0.62 | 0.05 | 10 | 0.85 | 0.65 |
| Hex | F2 | 75 | 5C | 0 | 34 | 3E | 5 | A | 55 | 41 |
| Octal | 362 | 165 | 134 | 0 | 64 | 76 | 5 | 12 | 125 | 101 |
| Binary | 11110010 | 1110101 | 1011100 | 0 | 110100 | 111110 | 101 | 1010 | 1010101 | 1000001 |
Color Harmonies of #F2755C
Complementary color
Monochromatic Colors of #F2755C
Black with #F2755C
Text Example
Text Example
White with #F2755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2755C; }
p { color: rgb(242,117,92); }
H1.HeaderClassName
{
color: #F2755C;
}
.AnyTagClassName
{
color: #F2755C;
}
</style>
background-color css
<style>
a { background-color: #F2755C; }
a { background-color: rgb(242,117,92); }
div.DivClassName
{
background-color: #F2755C;
}
.BgClassName
{
background-color: #F2755C;
}
</style>
border-color css
<style>
span { border-color: #F2755C; }
span { border-color: rgb(242,117,92); }
td.TdClassName
{
border-color: #F2755C;
}
.TagClassName
{
border-color: #F2755C;
}
</style>