Shades of Bittersweet #F65C58
Tints of Bittersweet #F65C58
RGB
CMYK
RGB Variations
Color information
#F65C58 (or 0xF65C58) is known color: Bittersweet. HEX triplet: F6, 5C and 58. RGB value is (246,92,88). Sum of RGB (Red+Green+Blue) = 246+92+88=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65C58 is #09A3A7. Grayscale: #898989. Windows color (decimal): -631720 or 5790966. OLE color: 5790966.
HSL color Cylindrical-coordinate representation of color #F65C58: hue angle of 1.52º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65C58 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 88 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.04 |
| HSL | 1.52º | 0.9% | 0.65% | - |
| HSV(B) | 1.52º | 0.64% | 0.96% | - |
| XYZ | 43.59 | 27.95 | 12.33 | - |
| YUV | 137.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 88 | 0 | 0.63 | 0.64 | 0.04 | 1.52 | 0.9 | 0.65 |
| Hex | F6 | 5C | 58 | 0 | 3F | 40 | 4 | 2 | 5A | 41 |
| Octal | 366 | 134 | 130 | 0 | 77 | 100 | 4 | 2 | 132 | 101 |
| Binary | 11110110 | 1011100 | 1011000 | 0 | 111111 | 1000000 | 100 | 10 | 1011010 | 1000001 |
Color Harmonies of #F65C58
Complementary color
Monochromatic Colors of #F65C58
Black with #F65C58
Text Example
Text Example
White with #F65C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C58; }
p { color: rgb(246,92,88); }
H1.HeaderClassName
{
color: #F65C58;
}
.AnyTagClassName
{
color: #F65C58;
}
</style>
background-color css
<style>
a { background-color: #F65C58; }
a { background-color: rgb(246,92,88); }
div.DivClassName
{
background-color: #F65C58;
}
.BgClassName
{
background-color: #F65C58;
}
</style>
border-color css
<style>
span { border-color: #F65C58; }
span { border-color: rgb(246,92,88); }
td.TdClassName
{
border-color: #F65C58;
}
.TagClassName
{
border-color: #F65C58;
}
</style>