Shades of Bittersweet #F2745F
Tints of Bittersweet #F2745F
RGB
CMYK
RGB Variations
Color information
#F2745F (or 0xF2745F) is known color: Bittersweet. HEX triplet: F2, 74 and 5F. RGB value is (242,116,95). Sum of RGB (Red+Green+Blue) = 242+116+95=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2745F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2745F is #0D8BA0. Grayscale: #979797. Windows color (decimal): -887713 or 6255858. OLE color: 6255858.
HSL color Cylindrical-coordinate representation of color #F2745F: hue angle of 8.57º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2745F is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 95 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.05 |
| HSL | 8.57º | 0.85% | 0.66% | - |
| HSV(B) | 8.57º | 0.61% | 0.95% | - |
| XYZ | 44.93 | 32.19 | 14.67 | - |
| YUV | 151.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 95 | 0 | 0.52 | 0.61 | 0.05 | 8.57 | 0.85 | 0.66 |
| Hex | F2 | 74 | 5F | 0 | 34 | 3D | 5 | 9 | 55 | 42 |
| Octal | 362 | 164 | 137 | 0 | 64 | 75 | 5 | 11 | 125 | 102 |
| Binary | 11110010 | 1110100 | 1011111 | 0 | 110100 | 111101 | 101 | 1001 | 1010101 | 1000010 |
Color Harmonies of #F2745F
Complementary color
Monochromatic Colors of #F2745F
Black with #F2745F
Text Example
Text Example
White with #F2745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2745F; }
p { color: rgb(242,116,95); }
H1.HeaderClassName
{
color: #F2745F;
}
.AnyTagClassName
{
color: #F2745F;
}
</style>
background-color css
<style>
a { background-color: #F2745F; }
a { background-color: rgb(242,116,95); }
div.DivClassName
{
background-color: #F2745F;
}
.BgClassName
{
background-color: #F2745F;
}
</style>
border-color css
<style>
span { border-color: #F2745F; }
span { border-color: rgb(242,116,95); }
td.TdClassName
{
border-color: #F2745F;
}
.TagClassName
{
border-color: #F2745F;
}
</style>