Shades of Bittersweet #F36665
Tints of Bittersweet #F36665
RGB
CMYK
RGB Variations
Color information
#F36665 (or 0xF36665) is known color: Bittersweet. HEX triplet: F3, 66 and 65. RGB value is (243,102,101). Sum of RGB (Red+Green+Blue) = 243+102+101=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F36665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36665 is #0C999A. Grayscale: #909090. Windows color (decimal): -825755 or 6645491. OLE color: 6645491.
HSL color Cylindrical-coordinate representation of color #F36665: hue angle of 0.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F36665 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 101 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.05 |
| HSL | 0.42º | 0.86% | 0.67% | - |
| HSV(B) | 0.42º | 0.58% | 0.95% | - |
| XYZ | 44.06 | 29.5 | 15.68 | - |
| YUV | 144.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 101 | 0 | 0.58 | 0.58 | 0.05 | 0.42 | 0.86 | 0.67 |
| Hex | F3 | 66 | 65 | 0 | 3A | 3A | 5 | 0 | 56 | 43 |
| Octal | 363 | 146 | 145 | 0 | 72 | 72 | 5 | 0 | 126 | 103 |
| Binary | 11110011 | 1100110 | 1100101 | 0 | 111010 | 111010 | 101 | 0 | 1010110 | 1000011 |
Color Harmonies of #F36665
Complementary color
Monochromatic Colors of #F36665
Black with #F36665
Text Example
Text Example
White with #F36665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36665; }
p { color: rgb(243,102,101); }
H1.HeaderClassName
{
color: #F36665;
}
.AnyTagClassName
{
color: #F36665;
}
</style>
background-color css
<style>
a { background-color: #F36665; }
a { background-color: rgb(243,102,101); }
div.DivClassName
{
background-color: #F36665;
}
.BgClassName
{
background-color: #F36665;
}
</style>
border-color css
<style>
span { border-color: #F36665; }
span { border-color: rgb(243,102,101); }
td.TdClassName
{
border-color: #F36665;
}
.TagClassName
{
border-color: #F36665;
}
</style>