Shades of Bittersweet #F2705A
Tints of Bittersweet #F2705A
RGB
CMYK
RGB Variations
Color information
#F2705A (or 0xF2705A) is known color: Bittersweet. HEX triplet: F2, 70 and 5A. RGB value is (242,112,90). Sum of RGB (Red+Green+Blue) = 242+112+90=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2705A is #0D8FA5. Grayscale: #949494. Windows color (decimal): -888742 or 5927154. OLE color: 5927154.
HSL color Cylindrical-coordinate representation of color #F2705A: hue angle of 8.68º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2705A is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 90 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.05 |
| HSL | 8.68º | 0.85% | 0.65% | - |
| HSV(B) | 8.68º | 0.63% | 0.95% | - |
| XYZ | 44.26 | 31.2 | 13.36 | - |
| YUV | 148.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 90 | 0 | 0.54 | 0.63 | 0.05 | 8.68 | 0.85 | 0.65 |
| Hex | F2 | 70 | 5A | 0 | 36 | 3F | 5 | 9 | 55 | 41 |
| Octal | 362 | 160 | 132 | 0 | 66 | 77 | 5 | 11 | 125 | 101 |
| Binary | 11110010 | 1110000 | 1011010 | 0 | 110110 | 111111 | 101 | 1001 | 1010101 | 1000001 |
Color Harmonies of #F2705A
Complementary color
Monochromatic Colors of #F2705A
Black with #F2705A
Text Example
Text Example
White with #F2705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2705A; }
p { color: rgb(242,112,90); }
H1.HeaderClassName
{
color: #F2705A;
}
.AnyTagClassName
{
color: #F2705A;
}
</style>
background-color css
<style>
a { background-color: #F2705A; }
a { background-color: rgb(242,112,90); }
div.DivClassName
{
background-color: #F2705A;
}
.BgClassName
{
background-color: #F2705A;
}
</style>
border-color css
<style>
span { border-color: #F2705A; }
span { border-color: rgb(242,112,90); }
td.TdClassName
{
border-color: #F2705A;
}
.TagClassName
{
border-color: #F2705A;
}
</style>