Shades of Bittersweet #F2725C
Tints of Bittersweet #F2725C
RGB
CMYK
RGB Variations
Color information
#F2725C (or 0xF2725C) is known color: Bittersweet. HEX triplet: F2, 72 and 5C. RGB value is (242,114,92). Sum of RGB (Red+Green+Blue) = 242+114+92=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2725C is #0D8DA3. Grayscale: #959595. Windows color (decimal): -888228 or 6058738. OLE color: 6058738.
HSL color Cylindrical-coordinate representation of color #F2725C: hue angle of 8.8º 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 #F2725C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 92 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.05 |
| HSL | 8.8º | 0.85% | 0.65% | - |
| HSV(B) | 8.8º | 0.62% | 0.95% | - |
| XYZ | 44.57 | 31.68 | 13.89 | - |
| YUV | 149.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 92 | 0 | 0.53 | 0.62 | 0.05 | 8.8 | 0.85 | 0.65 |
| Hex | F2 | 72 | 5C | 0 | 35 | 3E | 5 | 9 | 55 | 41 |
| Octal | 362 | 162 | 134 | 0 | 65 | 76 | 5 | 11 | 125 | 101 |
| Binary | 11110010 | 1110010 | 1011100 | 0 | 110101 | 111110 | 101 | 1001 | 1010101 | 1000001 |
Color Harmonies of #F2725C
Complementary color
Monochromatic Colors of #F2725C
Black with #F2725C
Text Example
Text Example
White with #F2725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2725C; }
p { color: rgb(242,114,92); }
H1.HeaderClassName
{
color: #F2725C;
}
.AnyTagClassName
{
color: #F2725C;
}
</style>
background-color css
<style>
a { background-color: #F2725C; }
a { background-color: rgb(242,114,92); }
div.DivClassName
{
background-color: #F2725C;
}
.BgClassName
{
background-color: #F2725C;
}
</style>
border-color css
<style>
span { border-color: #F2725C; }
span { border-color: rgb(242,114,92); }
td.TdClassName
{
border-color: #F2725C;
}
.TagClassName
{
border-color: #F2725C;
}
</style>